1.2 KiB
1.2 KiB
Unreleased
None.
0.4.5 (May 20, 2022)
- Add
Stringimpl forBody. - Add
Limitedbody implementation.
0.4.4 (October 22, 2021)
- Add
UnsyncBoxBodyandBody::boxed_unsync.
0.4.3 (August 8, 2021)
- Implement
DefaultforBoxBody.
0.4.2 (May 8, 2021)
- Correctly override
Body::size_hintandBody::is_end_streamforEmpty. - Add
Fullwhich is a body that consists of a single chunk.
0.4.1 (March 18, 2021)
- Add combinators to
Body:map_data: Change theDatachunks produced by the body.map_err: Change theErrors produced by the body.boxed: Convert theBodyinto a boxed trait object.
- Add
Empty.
0.4.0 (December 23, 2020)
- Update
bytesto v1.0.
0.3.1 (December 13, 2019)
- Implement
Bodyforhttp::Request<impl Body>andhttp::Response<impl Body>.
0.3.0 (December 4, 2019)
- Rename
nextcombinator todata.
0.2.0 (December 3, 2019)
- Update
httpto v0.2. - Update
bytesto v0.5.
0.2.0-alpha.3 (October 1, 2019)
- Fix
Bodyto be object-safe.
0.2.0-alpha.2 (October 1, 2019)
- Add
nextandtrailerscombinator methods.
0.2.0-alpha.1 (August 20, 2019)
- Update to use
Pininpoll_dataandpoll_trailers.
0.1.0 (May 7, 2019)
- Initial release