| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
HTTPRequest
|
|||
|
|||
|
|||
| any |
|
||
| dict |
|
||
|
|||
|
Inherited from |
|||
|
|||
_response_status_line = None
|
|||
expects_100 = False
|
|||
sent_100 = False
|
|||
|
|||
| HTTPConnection |
connection = NoneHTTP connection abstraction |
||
| wtf.stream.GenericStream |
_request_body_stream = NoneStream for accessing the request body (or None). |
||
| wtf.stream.GenericStream |
_response_body_stream = NoneStream for writing the response body (or None) |
||
| http.HTTPServer |
_server HTTP server instance |
||
| wtf.impl.FlagsInterface |
flags Worker flags |
||
| dict |
headers = NoneRequest header dictionary |
||
| tuple |
http_version Maximum supported HTTP version |
||
| str |
method = Request method used |
||
| tuple |
protocol = Request protocol version |
||
| dict |
response_headers = NoneResponse headers sent to the client |
||
| int |
response_status = NoneResponse status code sent to the client |
||
| BaseState |
state Current state object. |
||
| str |
url = Request URL |
||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|
|
|||
_request_body_streamStream for accessing the request body (or None). Transfer encodings and the Expect/Continue mechanism are dealt with transparently. Just read it.
|
stateCurrent state object. Additional methods and properties are looked up there (see BaseState for documentation)
|
| Home | Trees | Indices | Help |
|
|---|