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 Body::from_stream #1848

Merged
merged 1 commit into from
Mar 14, 2023
Merged

Add Body::from_stream #1848

merged 1 commit into from
Mar 14, 2023

Conversation

davidpdrsn
Copy link
Member

This replaces StreamBody with Body::from_stream.

This replaces `StreamBody` with `Body::from_stream`.

Requires `axum-core` to depend on `pin-project-lite` but that is already
pulled in by `pin-project-lite`.
@davidpdrsn davidpdrsn merged commit f67cec4 into v0.7.0 Mar 14, 2023
@davidpdrsn davidpdrsn deleted the david/body-from-stream branch March 14, 2023 08:13
davidpdrsn added a commit that referenced this pull request Mar 17, 2023
davidpdrsn added a commit that referenced this pull request Mar 20, 2023
davidpdrsn added a commit that referenced this pull request Mar 23, 2023
davidpdrsn added a commit that referenced this pull request Apr 21, 2023
davidpdrsn added a commit that referenced this pull request Apr 21, 2023
@waynr
Copy link
Contributor

waynr commented Sep 28, 2023

@davidpdrsn @jplatte did y'all mean to leave the the axum/src/body/stream_body.rs module dangling (now that it's not pulled into axum/src/body/mod.rs it doesn't appear to be used anywhere else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants