Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound maps missing resources to 404. ErrNotFound = errors.New("not found") // ErrBadInput maps invalid client input to 400. ErrBadInput = errors.New("bad input") ErrUnavailable = errors.New("unavailable") // ErrRangeNotSatisfiable maps unsatisfiable range requests to 416. ErrRangeNotSatisfiable = errors.New("range not satisfiable") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.