Part of twisted.web View Source
twisted.web
.Variable | 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 | IUsernameDigestHash | This credential is used when a CredentialChecker has access to the hash of the username:realm:password as in an Apache .htdigest file. |
Interface | IRequest | An HTTP request. |
Interface | ICredentialFactory | No summary |
Interface | IBodyProducer | Objects which provide IBodyProducer
write bytes to an object which provides IConsumer
by calling its write method repeatedly. |
Interface | IRenderable | An IRenderable is an
object that may be rendered by the twisted.web.template
templating system. |
Interface | ITemplateLoader | A loader for templates; something usable as a value for twisted.web.template.Element 's
loader attribute. |
Interface | IResponse | An object representing an HTTP response received from an HTTP server. |
Interface | _IRequestEncoder | An object encoding data passed to IRequest.write ,
for example for compression purpose. |
Interface | _IRequestEncoderFactory | A factory for returing _IRequestEncoder
instances. |
IBodyProducer.length
to indicate that the length of the entity body is not known in advance.