Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HTTPHandler ¶
func HTTPHandler(handler Handler, ctx *RouteContext) httprouter.Handle
Types ¶
type Handler ¶
type Handler func(http.ResponseWriter, *http.Request, httprouter.Params, *RouteContext) (route string, status int)
Click to show internal directories.
Click to hide internal directories.