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

Change a few warp::body filters #345

Merged
merged 1 commit into from Dec 20, 2019
Merged

Change a few warp::body filters #345

merged 1 commit into from Dec 20, 2019

Commits on Dec 20, 2019

  1. Change a few warp::body filters

    - Adds `warp::body::bytes` to concatenate into a single `Bytes`.
    - Adds `warp::body::aggregate` to aggregate into some `impl Buf` without
      copying data.
    - Changes `warp::body::stream` to yield an `impl Stream`.
    - Removes `warp::body::concat`.
    - Removes `warp::body::BodyStream`.
    - Removes `warp::body::StreamBuf`.
    - Removes `warp::body::FullBody`.
    seanmonstar committed Dec 20, 2019
    Copy the full SHA
    207ecff View commit details
    Browse the repository at this point in the history