Documentation ¶
Index ¶
Constants ¶
View Source
const ( NONEMETHOD = 0 + iota GETMETHOD POSTMETHOD MAXMETHOD )
Variables ¶
This section is empty.
Functions ¶
func GetRouter ¶
func GetRouter() *fasthttprouter.Router
func RegisterHander ¶
Types ¶
type Filter ¶
type Filter func(h fasthttp.RequestHandler) fasthttp.RequestHandler
Click to show internal directories.
Click to hide internal directories.