Skip to content

Rename body to recv temporarily #2965

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

Conversation

mike-wilson-hudson
Copy link

Resolves #2963

This currently branches off of #2961.

See hyperium#2960
"""
The public client API for 1.0 will be the version-specific types at client::conn::{http1, http2}. The combined version may exist in hyper-util, but at least it should be removed from hyper proper. Doing so isn't particularly complex, but it will mean fixing up all the tests.
"""
I noticed it wasn't being used at all anymore, so i wanted to remove the cruft.
This seems like the cleanes we can do without introducing a new trait or util.
"""
We'll eventually want to bikshed the name Recv, but to free up the name Body for hyperium#2839, this can be done quickly.
"""

Resolve hyperium#2963
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 Body to Recv temporarily
2 participants