t.w._.ChunkedEncoder : class documentation

Part of twisted.web._newclient View Source View In Hierarchy

Implements interfaces: twisted.internet.interfaces.IConsumer

Helper object which exposes IConsumer on top of HTTP11ClientProtocol for streaming request bodies to the server.
Method __init__ Undocumented
Method registerProducer Register the given producer with self.transport.
Method write Write the given request body bytes to the transport using chunked encoding.
Method unregisterProducer Indicate that the request body is complete and finish the request.
Method _allowNoMoreWrites Indicate that no additional writes are allowed. Attempts to write after calling this method will be met with an exception.
def __init__(self, transport): (source)
Undocumented
def _allowNoMoreWrites(self): (source)
Indicate that no additional writes are allowed. Attempts to write after calling this method will be met with an exception.
def registerProducer(self, producer, streaming): (source)
Register the given producer with self.transport.
def write(self, data): (source)
Write the given request body bytes to the transport using chunked encoding.
def unregisterProducer(self): (source)
Indicate that the request body is complete and finish the request.
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.