wiro icon indicating copy to clipboard operation
wiro copied to clipboard

Add optional sanity check for query parameters

Open calippo opened this issue 7 years ago • 0 comments

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}

calippo avatar Apr 27 '17 09:04 calippo