Documentation ¶
Index ¶
- type MiddlewareFunc
- type Router
- func (r *Router) Delete(path string, handler http.Handler)
- func (r *Router) Get(path string, handler http.Handler)
- func (r *Router) Group(prefix string, cb func(r *Router))
- func (r *Router) Handle(path string, handler http.Handler)
- func (r *Router) Patch(path string, handler http.Handler)
- func (r *Router) Post(path string, handler http.Handler)
- func (r *Router) Put(path string, handler http.Handler)
- func (r *Router) ServeHTTP(w http.ResponseWriter, req *http.Request)
- func (r *Router) Use(middleware MiddlewareFunc)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MiddlewareFunc ¶
type MiddlewareFunc = mux.MiddlewareFunc
Click to show internal directories.
Click to hide internal directories.