Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for connections as body in POST and friends #641

Closed
wants to merge 3 commits into from

Conversation

s-u
Copy link

@s-u s-u commented Apr 16, 2020

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.

@hadley
Copy link
Member

hadley commented Oct 31, 2023

httr has been superseded in favour of httr2, so is no longer under active development. Thanks for using httr, thanks for contributing, and my apologies that your contribution never made it into the package.

@hadley hadley closed this Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants