Part of twisted.web.resource View Source View In Hierarchy
Known implementations: twisted.web._auth.wrapper.HTTPAuthSessionWrapper, twisted.web._auth.wrapper.UnauthorizedResource, twisted.web.resource.Resource, twisted.web.wsgi.WSGIResource
Attribute | isLeaf | Signal if this IResource implementor is a "leaf node" or not. If True, |
Method | getChildWithDefault | Return a child with the given name for the given request. |
Method | putChild | Put a child IResource implementor at the given path. |
Method | render | Render a request. This is called on the leaf resource for |