class documentation
class ChunkedEncoder: (source)
Constructor: ChunkedEncoder(transport)
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 | register |
Register the given producer with self.transport. |
| Method | unregister |
Indicate that the request body is complete and finish the request. |
| Method | write |
Write the given request body bytes to the transport using chunked encoding. |
| Instance Variable | transport |
Undocumented |
| Method | _allow |
Indicate that no additional writes are allowed. Attempts to write after calling this method will be met with an exception. |