Part of twisted.web View Source
Class | WSGIResource | An IResource
implementation which delegates responsibility for all resources
hierarchically inferior to it to a WSGI application. |
Class | _ErrorStream | File-like object instances of which are used as the value for the
'wsgi.errors' key in the environ dictionary
passed to the application object. |
Class | _InputStream | File-like object instances of which are used as the value for the
'wsgi.input' key in the environ dictionary passed
to the application object. |
Class | _WSGIResponse | Helper for WSGIResource
which drives the WSGI application using a threadpool and hooks it up to the
Request . |