httr
httr copied to clipboard
Add support for connections as body in POST and friends
Allows body
to be a connection. It uses readfunction
(just like form_file
) and chunked transfer encoding to allow POST
s 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.