Part of twisted.web2.client.http View Source View In Hierarchy
Method | __init__ | Undocumented |
Method | submit | Undocumented |
Method | registerProducer | Register a producer. |
Method | unregisterProducer | Undocumented |
Method | write | Undocumented |
Method | connectionLost | Undocumented |
Method | gotInitialLine | Undocumented |
Method | createRequest | Undocumented |
Method | processRequest | Undocumented |
Method | handleContentChunk | Undocumented |
Method | handleContentComplete | Undocumented |
Method | _finish | We are finished writing data. |
Method | _error | Abort parsing, and depending of the status of the request, either fire
the responseDefer if no response has been sent yet, or close
the stream.
|
Method | _abortWithError | Abort parsing by forwarding a ProtocolError to
_error .
|
Inherited from HTTPParser:
Method | lineReceived | Undocumented |
Method | rawDataReceived | Handle incoming content. |
Method | headerReceived | Store this header away. Check for too much header data (> channel.maxHeaderLength) and abort the connection if so. |
Method | allHeadersReceived | Undocumented |
Method | allContentReceived | Undocumented |
Method | splitConnectionHeaders | Split off connection control headers from normal headers. |
Method | setConnectionParams | Undocumented |
Method | abortParse | Undocumented |
Method | pauseProducing | Undocumented |
Method | resumeProducing | Undocumented |
Method | stopProducing | Undocumented |
responseDefer
if no response has been sent yet, or close
the stream.
ProtocolError
to
_error
.