Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotHandler = fmt.Errorf("error not handler") ErrNotRouter = fmt.Errorf("error not router") )
Functions ¶
Types ¶
type Header ¶
type Header struct {
// contains filtered or unexported fields
}
Header is an host multiplexer.
type Route ¶
type Route struct { Matches []RouteMatch Handler http.Handler }
type RouteMatch ¶
Click to show internal directories.
Click to hide internal directories.