http-useragent
http-useragent copied to clipboard
Support for chunked requests
It would be useful for large binary payloads and essential for streaming type applications to support "chunked" transfer-encoded PUT and POST requests.
For the streaming case a good pattern would be to be able to supply a Channel from which the chunks would be read and sent. For the standard case the content could be chunked up on a fixed size or some heuristic.
:+1: