Module t.w.resource

Part of twisted.web View Source

I hold the lowest-level Resource class.
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.
def getChildForRequest(resource, request): (source)
Traverse resource tree to find who will handle the request.
API Documentation for twisted, generated by pydoctor.