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::Body
created from aStream
.
Functions§
- Convert a
http_body::Body
into aBoxBody
.
Type Aliases§
- A boxed
Body
trait object.