Part of twisted.web2.iweb View Source View In Hierarchy
Known implementations: twisted.web2.compat.OldResourceAdapter
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 |
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.