Releases: hyperium/http-body
Releases · hyperium/http-body
http-body-util v0.1.3
Features
- Add
Channel
, a body type backed by an async channel. - Make
Empty::new()
to beconst fn
.
Channel
, a body type backed by an async channel.Empty::new()
to be const fn
.