4.3.2 Request Object 

The request object is a Python mapping to the Apache request_rec structure.

The request object is a real Python object. You can dynamically assign attributes to it as a way to communicate between handlers.

When a handler is invoked, it is always passed a single argument - the Request object.


Subsections