Expand description
HTTP body utilities.
Re-exports§
pub use http_body::Body as HttpBody;pub use http_body::Empty;pub use http_body::Full;pub use hyper::body::Body;pub use bytes::Bytes;
Structs§
- An
http_body::Bodycreated from aStream.
Functions§
- Convert a
http_body::Bodyinto aBoxBody.
Type Aliases§
- A boxed
Bodytrait object.