tree: b385ce5368a2329e0547e248ad4ee04f5b517354 [path history] [tgz]
  1. ci/
  2. src/
  3. tests/
  4. .cargo-checksum.json
  5. azure-pipelines.yml
  6. Cargo.toml
  7. CHANGELOG.md
  8. LICENSE
  9. README.md
third_party/rust_crates/vendor/http-body/README.md

HTTP Body

A trait representing asynchronous operations on an HTTP body.

Build Status

More information about this crate can be found in the crate documentation.

Usage

To use http-body, first add this to your Cargo.toml:

[dependencies]
http-body = "0.1.0"

Next, add this to your crate:

use http_body::Body;

fn main() {
    // ...
}

License

This project is licensed under the MIT license.

Contribution

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.