Query parameters (URL request parameters) are accessible as attributes of the request
file. In the above video, you can see printing all file metadata (properties, attributes) of the request
file via the following code snippet:
We also check if the parameter foo
is provided or not via:
And get the parameter value via: