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
I need pub(crate) fn stream(mut self) changes to pub, to use in Body & Request (not just RequestBuilder)
pub(crate) fn stream(mut self)
The text was updated successfully, but these errors were encountered:
Something that could be done is similar to #2524, but for the async form. That would be renaming it to pub fn into_body().
pub fn into_body()
Would you like to do so in a PR?
Sorry, something went wrong.
that into_stream would suffice, when is it (pull request) available on cargo?
No branches or pull requests
I need
pub(crate) fn stream(mut self)
changes to pub, to use in Body & Request (not just RequestBuilder)The text was updated successfully, but these errors were encountered: