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

refactor(body): rename HttpBody export to Body #2969

Merged

Conversation

RajivTS
Copy link
Contributor

@RajivTS RajivTS commented Aug 28, 2022

Now that the concrete Body type has been temporarily replaced with Recv in #2966,
we can rename and export http_body::Body as just Body instead of HttpBody.

Closes #2839

@seanmonstar
Copy link
Member

Thanks so much! Looks like a run of cargo fmt will fixup a couple things.

@RajivTS RajivTS force-pushed the rajsha/feat_rename_httpbody_to_body_2839 branch from 0552706 to 9be9fb7 Compare August 29, 2022 20:18
Now that the concrete `Body` type has been temporarily replaced with `Recv` in hyperium#2966,
we can rename and export `http_body::Body` as just `Body` instead of `HttpBody`.

Closes hyperium#2839
@seanmonstar seanmonstar force-pushed the rajsha/feat_rename_httpbody_to_body_2839 branch from 9be9fb7 to b2a8b3d Compare August 29, 2022 22:01
@seanmonstar seanmonstar merged commit 031454e into hyperium:master Aug 30, 2022
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.

Rename the HttpBody export to Body
2 participants