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

Expose into_stream() or into_body() on multipart::Form #2540

Open
alidehghan opened this issue Feb 4, 2025 · 2 comments
Open

Expose into_stream() or into_body() on multipart::Form #2540

alidehghan opened this issue Feb 4, 2025 · 2 comments
Labels
E-pr-welcome The feature is welcome to be added, instruction should be found in the issue.

Comments

@alidehghan
Copy link

alidehghan commented Feb 4, 2025

I need pub(crate) fn stream(mut self) changes to pub, to use in Body & Request (not just RequestBuilder)

@seanmonstar seanmonstar changed the title please make fn stream(mut self) pub Expose into_stream() on multipart::Form Feb 5, 2025
@seanmonstar
Copy link
Owner

Something that could be done is similar to #2524, but for the async form. That would be renaming it to pub fn into_body().

Would you like to do so in a PR?

@seanmonstar seanmonstar changed the title Expose into_stream() on multipart::Form Expose into_stream() or into_body() on multipart::Form Feb 5, 2025
@seanmonstar seanmonstar added the E-pr-welcome The feature is welcome to be added, instruction should be found in the issue. label Feb 5, 2025
@alidehghan
Copy link
Author

that into_stream would suffice, when is it (pull request) available on cargo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-pr-welcome The feature is welcome to be added, instruction should be found in the issue.
Projects
None yet
Development

No branches or pull requests

2 participants