Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
http-body 0.1.0 - Docs.rs
[go: Go Back, main page]

http-body 0.1.0

Trait representing an asynchronous, streaming, HTTP request or response body.
Documentation

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.