Description

request is the object keeping all context information related to the user request coming from the browser and transmitted to the web server.

Examples

<b py:sub="request.method">HTTP METHOD</b>  display HTTP method (GET, POST, etc...)

Attributes

method
HTTP method
path
requested path
headers_in
HTTP request headers
status
HTTP reply status code (by default, 200)
headers_out
HTTP reply headers