Part of twisted.web2.dirlist View Source View In Hierarchy
Method | __init__ | Undocumented |
Method | data_listing | Undocumented |
Method | __repr__ | Undocumented |
Method | render | No summary |
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 .
|
http_GET
.
Parameters | request | the request to process. |
Returns | an object adaptable to iweb.IResponse .
|