Part of twisted.web2.log View Source View In Hierarchy
Method | hook | No summary |
Inherited from WrapperResource:
Method | __init__ | Undocumented |
Method | locateChild | Locate another object which can be adapted to IResource. |
Method | renderHTTP | Return an IResponse or a deferred which will fire an IResponse. This response will be written to the web browser which initiated the request. |
renderHTTP
and
locateChild
methods.
Returns | None or a Deferred . If
a deferred object is returned, it's value is ignored, but
renderHTTP and locateChild are chained onto the
deferred as callbacks.
|