Part of twisted.web2.compat View Source View In Hierarchy
Implements interfaces: twisted.web2.iweb.IOldNevowResource
Method | __init__ | Undocumented |
Method | __repr__ | Undocumented |
Method | locateChild | Locate another object which can be adapted to IResource |
Method | renderHTTP | Return a string or a deferred which will fire a string. This string |
Method | _handle_NOT_DONE_YET | Undocumented |
Unlike iweb.IResource, this expects the incoming data to have already been read and parsed into request.args and request.content, and expects to return a string instead of a response object.