Class t.w.p.ProxyRequest(http.Request):

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

Used by Proxy to implement a simple web 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.
Method handleContentChunk Callback from channel when a piece of data has been received.
Method handleContentComplete Callback from channel when all data has been received.
Method connectionLost connection was lost
Method __repr__ Undocumented
Method _sendContinue Undocumented
Method _finished We are finished writing data.
Method _error Undocumented
Method writeResponse Write a response.
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.