The request object is a Python mapping to the Apache
request_rec
structure. When a handler is invoked, it is always
passed a single argument - the request object.
You can dynamically assign attributes to it as a way to communicate between handlers.