Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidMethod is an error that indicates not a valid http method. ErrInvalidMethod = errors.New("not a valid http method") // ErrInvalidPath is an error that indicates path is not start with /. ErrInvalidPath = errors.New("path must begin with '/'") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.