t.w.p.ReverseProxyRequest(http.Request) : class documentation

Part of twisted.web2.proxy View Source View In Hierarchy

Used by ReverseProxy to implement a simple reverse proxy.
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
def process(self): (source)

Called by channel to let you process the request.

Can be overridden by a subclass to do something useful.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:12:41.