Part of twisted.web2.static View Source View In Hierarchy
Known subclasses: twisted.web2.static.File
Method | checkPreconditions | No summary |
Method | renderHTTP | See resource.RenderMixIn.renderHTTP .
|
Inherited from RenderMixin:
Method | allowedMethods | |
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 | http_GET | Respond to a GET request. |
Method | render | No summary |
Inherited from MetaDataMixin:
Method | etag | |
Method | lastModified | |
Method | creationDate | |
Method | contentLength | |
Method | contentType | |
Method | contentEncoding | |
Method | displayName | |
Method | exists |
Parameters | request | the request to process. |
Returns | None or a deferred whose callback value is
request .
| |
Raises | http.HTTPError | if any precondition fails. |
See resource.RenderMixIn.renderHTTP
.
MetaDataMixin
methods.