http-body
Trait representing an asynchronous, streaming, HTTP request or response body.
1.1.0
807M downloads/mo
#88 most downloaded on crates.io
hyperium/http-body
What this package is like to depend on
Last release 1 months ago
13 Jul 2026
Release timing varies
gaps range from 3 weeks to 2.0 years
Most releases are documented
notes for 13 of 15 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
20 releases · first in 2019
1 release in the last 12 months
see the full history below
Release timeline
20 releases · Apr 2019 to Jul 2026
2020
2021
2022
2023
2024
2025
2026
Releases
latest 20-
1.1.013 Jul 2026 -
1.0.112 Jul 2024 -
1.0.015 Nov 2023 -
1.0.0-rc125 Oct 2022 pre-releaseRelease notes
Open source →- Body trait forward-compat redesign (#67).
poll_data/poll_trailersremoved in favor ofpoll_frame.- New
Frametype that represents http frames such as DATA and trailers, as well as unknown frames for future implementations like h3. - For more information on this change the proposal can be found here.
- Move adatpers and other utilities to
http-body-util.
- Body trait forward-compat redesign (#67).
-
1.0.0-rc.229 Dec 2022 pre-releaseRelease notes
Open source →- Change return type of
Frame::into_data()andFrame::into_trailers()methods to returnResult<T, Self>instead ofOption<T>.
- Change return type of
-
0.4.608 Dec 2023Nothing published for this version
-
0.4.520 May 2022 -
0.4.422 Oct 2021 -
0.4.308 Aug 2021 -
0.4.208 May 2021Release notes
Open source →- Correctly override
Body::size_hintandBody::is_end_streamforEmpty. - Add
Fullwhich is a body that consists of a single chunk.
- Correctly override
-
0.4.119 Mar 2021Release notes
Open source →- 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.
- Add combinators to
-
0.4.023 Dec 2020 -
0.3.113 Dec 2019Release notes
Open source →- Implement
Bodyforhttp::Request<impl Body>andhttp::Response<impl Body>.
- Implement
-
0.3.004 Dec 2019 -
0.2.003 Dec 2019 -
0.2.0-alpha.301 Oct 2019 pre-release -
0.2.0-alpha.201 Oct 2019 pre-release -
0.2.0-alpha.127 Aug 2019 pre-release -
0.1.007 May 2019 -
0.0.004 Apr 2019Nothing published for this version