Expand description
§hyper-body-utils
A utility crate for handling hyper bodies.
§Description
hyper-body-utils is a small utility crate for handling hyper bodies.
§Install
hyper-body-utils = { version = "0.1.0", features = ["tokio-rt"] }§Runtimes
§Crate features
- tokio-rt (default)
- smol-rt
§License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
§Author
Rogerio Pereira Araujo rogerio.araujo@gmail.com
Enums§
- Http
Body - Enum to represent different types of HTTP bodies
Traits§
- BodyExt
- An extension trait for
http_body::Bodyadding various combinators and adapters