# Packages
No description provided by the author
# Functions
CorsHandler sets the cors settings on api endpoints.
NewDecodeError wraps an error (either the initial decoding error or another DecodeError).
NormalizeQueryValues replaces comma-separated values with individual values.
NormalizeQueryValuesHandler normalizes an input query of "key=value1,value2,value3" to "key=value1&key=value2&key=value3".
# Structs
DecodeError represents an error resulting from trying to decode an HTTP request.
IndexedVerificationFailure represents an issue when verifying a single indexed object e.g.
IndexedVerificationFailureError wraps a collection of verification failures.