httr icon indicating copy to clipboard operation
httr copied to clipboard

Add support for connections as body in POST and friends

Open s-u opened this issue 4 years ago • 0 comments

Allows body to be a connection. It uses readfunction (just like form_file) and chunked transfer encoding to allow POSTs of non-seekable content where length is not known a priori (e.g. pipe() or others). It is implemented in body_config so works really for any method that requires body.

s-u avatar Apr 16 '20 05:04 s-u