http-useragent icon indicating copy to clipboard operation
http-useragent copied to clipboard

Support for chunked requests

Open jonathanstowe opened this issue 9 years ago • 1 comments

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.

jonathanstowe avatar Jan 26 '16 10:01 jonathanstowe

:+1:

zoffixznet avatar Apr 21 '16 12:04 zoffixznet