Home | Trees | Index | Help |
---|
Package twisted :: Package web :: Module proxy :: Class ProxyRequest |
|
Request
--+
|
ProxyRequest
Method Summary | |
---|---|
(inherited from Request )
| |
__repr__(self)
(inherited from Request )
| |
Set an outgoing HTTP cookie. (inherited from Request )
| |
connection was lost (inherited from Request )
| |
We are finished writing data. (inherited from Request )
| |
Return dictionary of all headers the request received. (inherited from Request )
| |
getClient(self)
(inherited from Request )
| |
getClientIP(self)
(inherited from Request )
| |
Get a cookie that was sent from the network. (inherited from Request )
| |
Get a header that was sent from the network. (inherited from Request )
| |
Get my originally requesting transport's host. (inherited from Request )
| |
getPassword(self)
(inherited from Request )
| |
Get the hostname that the user passed in to the request. (inherited from Request )
| |
getUser(self)
(inherited from Request )
| |
Called when HTTP channel got length of content in this request. (inherited from Request )
| |
Write a chunk of data. (inherited from Request )
| |
isSecure(self)
(inherited from Request )
| |
Notify the object that it is no longer queued. (inherited from Request )
| |
Parse cookie headers. (inherited from Request )
| |
Override in subclasses. | |
Utility function that does a redirect. (inherited from Request )
| |
Register a producer. (inherited from Request )
| |
Called by channel when all data has been received. (inherited from Request )
| |
Set an entity tagfor the outgoing response. (inherited from Request )
| |
Set an outgoing HTTP header. (inherited from Request )
| |
Change the host and port the request thinks it's using. (inherited from Request )
| |
Set the Last-Modifiedtime for the response to this request. (inherited from Request )
| |
Set the HTTP response code. (inherited from Request )
| |
Unregister the producer. (inherited from Request )
| |
Write some data as a result of an HTTP request. (inherited from Request )
|
Class Variable Summary | |
---|---|
dict |
ports
|
dict |
protocols
|
Method Details |
---|
process(self)Override in subclasses. This method is not intended for users.
|
Class Variable Details |
---|
ports
|
protocols
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:46:07 2003 | http://epydoc.sf.net |