Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Middleware ¶
Middleware can be used to attach additional behaviour for http.Handler
type MiddlewareFunc ¶
func (MiddlewareFunc) Handle ¶
func (f MiddlewareFunc) Handle(w http.ResponseWriter, r *http.Request, next http.Handler)
Click to show internal directories.
Click to hide internal directories.