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

Conversation

seanmonstar
Copy link
Owner

  • 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.

- 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 seanmonstar merged commit 0b2581f into master Dec 20, 2019
@seanmonstar seanmonstar deleted the body-tweaks branch December 20, 2019 23:44
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.

None yet

1 participant