http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 84 forks source link

Add Body::chain to create a Body from a series of two Body instances #342

Closed joshtriplett closed 3 years ago

joshtriplett commented 3 years ago

This method helps when prepending or appending some data to a Body.