Documentation ¶
Overview ¶
Package decode contains decoders for various HTTP artefacts
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func All ¶
All populates the struct pointed to by dst with query params, req body params and request path variables, respectively, with path variables taking precedence over body params, and body params over query params.
func Param ¶
Param retrieves a single parameter by name from the request, first checking the body (if POST/PUT/PATCH) and the query, falling back to looking for a path variable.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.