Part of twisted.web2 View Source
Class | AlreadyStartedResponse | Undocumented |
Class | WSGIResource | A web2 Resource which wraps the given WSGI application callable. |
Class | InputStream | This class implements the 'wsgi.input' object. The methods are expected to have the same behavior as the same-named methods for python's builtin file object. |
Class | ErrorStream | This class implements the 'wsgi.error' object. |
Class | WSGIHandler | Undocumented |
Class | FileWrapper | Wrapper to convert file-like objects to iterables, to implement the optional 'wsgi.file_wrapper' object. |