twisted.web.iweb._IRequestEncoderFactory(Interface)
interface documentationtwisted.web.iweb
View Source
(View In Hierarchy)
Known implementations: twisted.web.server.GzipEncoderFactory
A factory for returing _IRequestEncoder
instances.
Present Since | 12.3 |
Method | encoderForRequest | If applicable, returns a _IRequestEncoder
instance which will encode the request. |
If applicable, returns a _IRequestEncoder
instance which will encode the request.