wiro
wiro copied to clipboard
Add optional sanity check for query parameters
requirements
- Allow the user to setup wiro to return an error when receiving a request with non-defined parameters.
e.g.
given the following route cat/meow
(having no params), the request curl http://localhost/cat/meow?ip=1
should return an error.
specs
{optional: describe technical specs to implement this feature, if not obvious}
misc
{optional: other useful info}