Documentation
¶
Overview ¶
Package http includes handlers and utilties
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MWMux ¶ added in v0.8.0
type MWMux struct {
// contains filtered or unexported fields
}
MWMux applies middleware when registering HTTP handlers.
func (*MWMux) Handle ¶ added in v0.8.0
Handle layers middlewares around handler and registers them with pattern.
func (*MWMux) HandleFunc ¶ added in v0.8.0
HandleFunc layers middlewares around handler and registers them with pattern.
Click to show internal directories.
Click to hide internal directories.