Module t.w.resource

Part of twisted.web2 View Source

I hold the lowest-level Resource class and related mix-in classes.
Line # Kind Name Docs
14 Class RenderMixin Mix-in class for iweb.IResource which provides a dispatch mechanism for
139 Class Resource An iweb.IResource implementation with some convenient mechanisms for
205 Class PostableResource A Resource capable of handling the POST request method.
219 Class LeafResource A Resource with no children.
228 Class RedirectResource A LeafResource which always performs a redirect.
247 Class WrapperResource An iweb.IResource implementation which wraps a RenderMixin instance