Tornado-JSON icon indicating copy to clipboard operation
Tornado-JSON copied to clipboard

Validating query params?

Open braco opened this issue 7 years ago • 1 comments

I don't see any examples for validating query params, is this possible?

I'd like to use a JSON schema to validate the query params. GET method, no body.

braco avatar Nov 06 '18 03:11 braco

You could possibly add this but it doesn't exist.

Do you plan to submit valid JSON as query params? Can't say I've used an API that does that in the past.

hfaran avatar Apr 17 '19 10:04 hfaran