Table of Contents
A producer that implements the chunked transfer coding for HTTP/1.1. Here is a sample usage: request['Transfer-Encoding'] = chunked request.push ( producers.chunked_producer (your_producer) ) request.done()
chunked
__init__ ( self, producer, footers=None, )
more ( self )