Part of twisted.web2.proxy View Source View In Hierarchy
| Method | process | Called by channel to let you process the request. |
Inherited from Request:
| Method | __init__ | |
| Method | checkExpect | Ensure there are no expectations that cannot be met. Checks Expect header against self.known_expects. |
| Method | handleContentChunk | Callback from channel when a piece of data has been received. Puts the data in .stream |
| Method | handleContentComplete | Callback from channel when all data has been received. |
| Method | connectionLost | connection was lost |
| Method | __repr__ | Undocumented |
| Method | writeResponse | Write a response. |
| Method | _sendContinue | Undocumented |
| Method | _finished | We are finished writing data. |
| Method | _error | Undocumented |
Called by channel to let you process the request.
Can be overridden by a subclass to do something useful.