Home | Trees | Index | Help |
---|
Package twisted :: Package web :: Module server :: Class Request |
|
Jellyable
--+ |Serializable
--+ |Copyable
--+ |Request
--+ | Request
Request
Method Summary | |
---|---|
(inherited from Request )
| |
__repr__(self)
(inherited from Request )
| |
Set an outgoing HTTP cookie. (inherited from Request )
| |
Return the text that links to a child of the requested resource. | |
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 )
| |
getSession(self,
sessionInterface)
| |
getStateFor(self,
jellier)
(inherited from Jellyable )
| |
Gather state to send when I am serialized for a peer. (inherited from Copyable )
| |
getStateToCopyFor(self,
issuer)
| |
Determine what type tag to send for me. (inherited from Copyable )
| |
Determine what type tag to send for me. (inherited from Copyable )
| |
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 )
| |
Assemble type tag and state to copy for this broker. (inherited from Copyable )
| |
Notify the object that it is no longer queued. (inherited from Request )
| |
Parse cookie headers. (inherited from Request )
| |
pathRef(self)
| |
prePathURL(self)
| |
Process a request. | |
processingFailed(self,
reason)
| |
Return an ID which uniquely represents this object for this process. (inherited from Serializable )
| |
Utility function that does a redirect. (inherited from Request )
| |
Register a producer. (inherited from Request )
| |
render(self,
resrc)
| |
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 )
| |
Return the text that links to a sibling of the requested resource. | |
Unregister the producer. (inherited from Request )
| |
Remote version of addCookie; same interface. | |
Remote version of finish; same interface. | |
Remote version of registerProducer; same interface. | |
Remote version of setETag; same interface. | |
Remote version of setHeader; same interface. | |
Remote version of setLastModified; same interface. | |
Remote version of setResponseCode; same interface. | |
view_unregisterProducer(self,
issuer)
| |
Remote version of write; same interface. | |
Write some data as a result of an HTTP request. (inherited from Request )
| |
_authorize(self)
(inherited from Request )
| |
Called when have finished responding and are no longer queued. (inherited from Request )
| |
_sendError(self,
code,
resp)
(inherited from Request )
|
Class Variable Summary | |
---|---|
string |
__pychecker__
|
None |
session
|
None |
site
|
Method Details |
---|
childLink(self, name)Return the text that links to a child of the requested resource. |
process(self)Process a request. |
sibLink(self, name)Return the text that links to a sibling of the requested resource. |
view_addCookie(self, issuer, k, v, **kwargs)Remote version of addCookie; same interface. |
view_finish(self, issuer)Remote version of finish; same interface. |
view_registerProducer(self, issuer, producer, streaming)Remote version of registerProducer; same interface. (requires a remote producer.) |
view_setETag(self, issuer, tag)Remote version of setETag; same interface. |
view_setHeader(self, issuer, k, v)Remote version of setHeader; same interface. |
view_setLastModified(self, issuer, when)Remote version of setLastModified; same interface. |
view_setResponseCode(self, issuer, code)Remote version of setResponseCode; same interface. |
view_write(self, issuer, data)Remote version of write; same interface. |
Class Variable Details |
---|
__pychecker__
|
session
|
site
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sat Feb 15 21:19:28 2003 | http://epydoc.sf.net |