Part of twisted.web View Source
| Interface | IResource | A web resource. | 
| Function | getChildForRequest | Traverse resource tree to find who will handle the request. | 
| Class | Resource | I define a web-accessible resource. | 
| Class | ErrorPage | ErrorPageis a resource which responds with a particular (parameterized) status and a
body consisting of HTML containing some descriptive text.  This is useful 
for rendering simple error pages. | 
| Class | NoResource | NoResourceis 
a specialization ofErrorPagewhich
returns the HTTP response code NOT FOUND. | 
| Class | ForbiddenResource | ForbiddenResourceis a specialization ofErrorPagewhich
returns the FORBIDDEN HTTP response code. | 
| Function | _computeAllowedMethods | Compute the allowed methods on a Resourcebased on defined 
render_FOO methods. Used when raisingUnsupportedMethodbutResourcedoes not defineallowedMethodsattribute. | 
Resource based on defined 
render_FOO methods. Used when raising UnsupportedMethod but 
Resource does not define allowedMethods 
attribute.