We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, http_body is reaching 1.0 now, maybe it's time for us to make Body::streaming public?
http_body
1.0
Body::streaming
reqwest/src/async_impl/body.rs
Lines 125 to 142 in 0720159
This change will:
wrap_stream
I'm willing to submit a PR if you feel this looks good.
The text was updated successfully, but these errors were encountered:
Would this make it possible to also easily add streaming in wasm per #2248 ?
Sorry, something went wrong.
streaming
wrap
Successfully merging a pull request may close this issue.
Hi,
http_body
is reaching1.0
now, maybe it's time for us to makeBody::streaming
public?reqwest/src/async_impl/body.rs
Lines 125 to 142 in 0720159
This change will:
wrap_stream
)I'm willing to submit a PR if you feel this looks good.
The text was updated successfully, but these errors were encountered: