Re-exports§
pub use hyper;
pub use hyper_util;
pub use futures;
pub use tokio;
pub use tokio_util;
pub use tokio_stream;
pub use bytes;
pub use http_body_util;
pub use miniz_oxide;
pub use rustls_native_certs;
pub use tokio_rustls;
Modules§
- header
- HTTP header types
Structs§
- BoxBody
- A boxed
Body
trait object. - Decompress
Body - A boxed
Body
trait object. - Full
- A body that consists of a single chunk.
- Limited
- A length limited body.
- Request
- Represents an HTTP request.
- Response
- Represents an HTTP response
- Stream
Body - A body created from a
Stream
.
Traits§
- BodyExt
- An extension trait for
http_body::Body
adding various combinators and adapters