Home | Trees | Indices | Help |
|
---|
|
object --+ | wsgiserver.HTTPRequest --+ | CPHTTPRequest
An HTTP Request (and response). A single HTTP connection may consist of multiple request/response pairs. connection: the HTTP Connection object which spawned this request. rfile: the 'read' fileobject from the connection's socket ready: when True, the request has been parsed and is ready to begin generating the response. When False, signals the calling Connection that the response should not be generated and the connection should close. close_connection: signals the calling Connection that the request should close. This does not imply an error! The client and/or server may each request that the connection be closed. chunked_write: if True, output will be encoded with the "chunked" transfer-coding. This value is set automatically inside send_headers.
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Parse the next HTTP request start-line and message-headers.
|
Decode the 'chunked' transfer coding.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jun 29 13:10:28 2010 | http://epydoc.sourceforge.net |