Releases: hyperium/http-body
Releases · hyperium/http-body
Release list
v1.1.0
http-body-util-v0.1.4
What's Changed
- Add
Fusedbody combinator that always returnsNoneonce completed. - Add
BodyExt::into_stream()to convert a body into aStream. - Add
Full::into_inner()to get the fullBuf. - Add
InspectFrameandInspectErrcombinators.
http-body-util v0.1.3
Features
- Add
Channel, a body type backed by an async channel. - Make
Empty::new()to beconst fn.