# README
webz
golang web 框架
# Constants
No description provided by the author
# Structs
Context 代表上下文的抽象 没有用自带的http包里边的Context主要是想实现更多东西.
No description provided by the author
No description provided by the author
No description provided by the author
HTTPServer对服务器进行抽象 实现Server里边的方法 这个属性小写是因为我只想通过NewHttpServer进行创建路由,不打算把这个暴露在外边.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
HandleFunc 处理器函数.
HandlesChain 处理器函数结合.
No description provided by the author