A trait representing asynchronous operations on an HTTP body.
More information about this crate can be found in the crate documentation.
To use http-body
, first add this to your Cargo.toml
:
toml
[dependencies]
http-body = "0.1.0"
Next, add this to your crate:
```rust use http_body::Body;
fn main() { // ... } ```
This project is licensed under the MIT license.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in http-body
by you, shall be licensed as MIT, without any additional
terms or conditions.