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

Commits on Aug 29, 2022

  1. refactor(body): rename HttpBody export to Body

    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
    RajivTS authored and seanmonstar committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    b2a8b3d View commit details
    Browse the repository at this point in the history