Trees | Indices | Help |
---|
|
spread.jelly.Jellyable --+ | spread.flavors.Serializable --+ | spread.flavors.Copyable --+ | http.Request --+ | python.components.Componentized --+ | Request
An HTTP request.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
_insecureSession = None The Session object representing state that will be transmitted over plain-text HTTP. |
|||
_secureSession = None The Session object representing the state that will be transmitted only over HTTPS. |
|||
defaultContentType =
A bytes giving the default Content-Type value to
send in responses if no other value is set.
|
|||
Inherited from Inherited from |
|
|||
Session or None
|
session If a session has already been created or looked up with Request.getSession , this will return that object.
|
|
|
Special descriptor for class __provides__ The descriptor caches the implementedBy info, so that we can get declarations for objects without instance-specific interfaces a bit quicker.
|
Override
|
Check if there is a session cookie, and if not, create it. By default, the cookie with be secure for HTTPS requests and not
secure for HTTP requests. If for some reason you need access to the
insecure cookie from a secure request you can set
|
Gather state to send when I am serialized for a particular perspective. I will default to calling
|
Process a request.
|
Ask a resource to render itself.
|
Remote version of registerProducer; same interface. (requires a remote producer.) |
Write data to the transport (if not responding to a HEAD request).
|
|
defaultContentTypeAbytes giving the default Content-Type value to send
in responses if no other value is set. None
disables the default.
|
|
sessionIf a session has already been created or looked up with
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |