Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidMethod is an error that indicates not a valid http method. ErrInvalidMethod = httprouter.ErrInvalidMethod // ErrInvalidPath is an error that indicates path is not start with /. ErrInvalidPath = httprouter.ErrInvalidPath )
Functions ¶
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
internal
|
|
httprouter
Package httprouter is a trie based high performance HTTP request router.
|
Package httprouter is a trie based high performance HTTP request router. |
Click to show internal directories.
Click to hide internal directories.