Request Data
How to read and handle request data.
There are a few built-in variables and functions accessible in routes, for reading, verifying and working with request data.
Get Request Data
Helpful Functions For Working With Request Data
require_keys()
Not specifically for requests, this function can be used in other circumstances.
Takes in two parameters: a list of keys to check for, and a dictionary (e.g. body).
Last updated