t.w.r.PostableResource(Resource) : class documentation

Part of twisted.web2.resource View Source View In Hierarchy

Known subclasses: twisted.web2.static.FileSaver

A Resource capable of handling the POST request method.
Class VariablesmaxMemmaximum memory used during the parsing of the data. (type: int )
maxFieldsmaximum number of form fields allowed. (type: int )
maxSizemaximum size of the whole post allowed. (type: int )
Method http_POST Respond to a POST request. Reads and parses the incoming body data then calls render.

Inherited from Resource:

Method locateChild No summary
Method child_ This method locates a child with a trailing "/" in the URL. @param request: the request to process.
Method putChild Register a static child.
Method http_GET Respond to a GET request.

Inherited from RenderMixin (via Resource):

Method allowedMethods
Method checkPreconditions No summary
Method renderHTTP See iweb.IResource.renderHTTP.
Method http_OPTIONS Respond to a OPTIONS request. @param request: the request to process. @return: an object adaptable to iweb.IResponse.
Method http_TRACE Respond to a TRACE request. @param request: the request to process. @return: an object adaptable to iweb.IResponse.
Method http_HEAD Respond to a HEAD request. @param request: the request to process. @return: an object adaptable to iweb.IResponse.
Method render No summary
def http_POST(self, request): (source)
Respond to a POST request. Reads and parses the incoming body data then calls render.
Parametersrequestthe request to process.
Returnsan object adaptable to iweb.IResponse.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:17:34.