This is a web server which integrates with the twisted.internet infrastructure.

Variable NOT_DONE_YET A token value which twisted.web.resource.IResource.render implementations can return to indicate that the application will later call .write and .finish to complete the request, and that the HTTP connection should be left open.
Function quote Undocumented
Variable __all__ Undocumented
Variable supportedMethods Undocumented
Class Request An HTTP request.
Class GzipEncoderFactory
Class Session A user's session with a system.
Variable version Undocumented
Class Site A web site: manage log, sessions, and resources.
Function _addressToTuple Undocumented
Class _GzipEncoder An encoder which supports gzip.
Class _RemoteProducerWrapper Undocumented
NOT_DONE_YET =
A token value which twisted.web.resource.IResource.render implementations can return to indicate that the application will later call .write and .finish to complete the request, and that the HTTP connection should be left open.
(type: Opaque; do not depend on any particular type for this value.)
def quote(string, *args, **kwargs): (source)
Undocumented
__all__ =
Undocumented
(type: List[str])
supportedMethods =
Undocumented
(type: Tuple[str, ...])
def _addressToTuple(addr): (source)
Undocumented
version =
Undocumented
API Documentation for Twisted, generated by pydoctor at 2020-03-20 23:54:06.