module documentation
(source)

Interface definitions for twisted.web.
Interface ​IAccess​Log​Formatter An object which can represent an HTTP request as a line of text for inclusion in an access log file.
Interface ​IAgent An agent makes HTTP requests.
Interface ​IAgent​Endpoint​Factory An IAgentEndpointFactory provides a way of constructing an endpoint used for outgoing Agent requests. This is useful in the case of needing to proxy outgoing connections, or to otherwise vary the transport used.
Interface ​IBody​Producer Objects which provide IBodyProducer write bytes to an object which provides IConsumer by calling its write method repeatedly.
Interface ​IClient​Request An object representing an HTTP request to make to an HTTP server.
Interface ​ICredential​Factory No summary
Interface ​INon​Queued​Request​Factory A factory of IRequest objects that does not take a ``queued`` parameter.
Interface ​IPolicy​For​HTTPS No summary
Interface ​IRenderable An IRenderable is an object that may be rendered by the twisted.web.template templating system.
Interface ​IRequest An HTTP request.
Interface ​IResponse An object representing an HTTP response received from an HTTP server.
Interface ​ITemplate​Loader A loader for templates; something usable as a value for twisted.web.template.Element's loader attribute.
Interface ​IUsername​Digest​Hash This credential is used when a CredentialChecker has access to the hash of the username:realm:password as in an Apache .htdigest file.
Constant UNKNOWN​_LENGTH An opaque object which may be used as the value of IBodyProducer.length to indicate that the length of the entity body is not known in advance.
Interface _​IRequest​Encoder An object encoding data passed to IRequest.write, for example for compression purpose.
Interface _​IRequest​Encoder​Factory A factory for returing _IRequestEncoder instances.
UNKNOWN_LENGTH: str = (source)
An opaque object which may be used as the value of IBodyProducer.length to indicate that the length of the entity body is not known in advance.
Value
'twisted.web.iweb.UNKNOWN_LENGTH'