Trees | Indices | Help |
---|
|
spread.jelly.Jellyable --+ | spread.flavors.Serializable --+ | spread.flavors.Copyable --+ | http.Request --+ | python.components.Componentized --+ | Request
An HTTP request.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
twisted.python.failure.Failure
|
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
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.
|
Handle receiving a request whose path is '*'. RFC 7231 defines an OPTIONS * request as being something that a client can send as a low-effort way to probe server capabilities or readiness. Rather than bother the user with this, we simply fast-path it back to an empty 200 OK. Any non-OPTIONS verb gets a 405 Method Not Allowed telling the client they can only use OPTIONS. |
|
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.
|
Finish this request with an indication that processing failed and possibly display a traceback.
|
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 |