ValidateQuery v0.1.0 API Reference
Modules
A plug to validate query parameters and filter out parameters that were passed to leave only that which was allowed
This module is responsible for parsing the options as received in the
Plug.init/1
callback to a usable struct
This module handles the casting of arbitrary values to the given expected value
This module handles the validation and filtering of the query parameters
as given by the client. The input is validated against the parameters that
were configured in the ValidateQuery
plug