#http

http-body

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

14 releases

1.0.0-rc1 Oct 25, 2022
1.0.0-rc.2 Dec 29, 2022
0.4.5 May 20, 2022
0.4.4 Oct 22, 2021
0.1.0 May 7, 2019

#43 in Web programming

Download history 681207/week @ 2022-11-29 646788/week @ 2022-12-06 617990/week @ 2022-12-13 485452/week @ 2022-12-20 355925/week @ 2022-12-27 618735/week @ 2023-01-03 661917/week @ 2023-01-10 682999/week @ 2023-01-17 703934/week @ 2023-01-24 760897/week @ 2023-01-31 752622/week @ 2023-02-07 722989/week @ 2023-02-14 811728/week @ 2023-02-21 793632/week @ 2023-02-28 839679/week @ 2023-03-07 664403/week @ 2023-03-14

3,218,608 downloads per month
Used in 11,874 crates (144 directly)

MIT license

13KB
260 lines

HTTP Body

A trait representing asynchronous operations on an HTTP body.

crates.io documentation MIT License CI Status

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.


lib.rs:

Asynchronous HTTP request or response body.

See Body for more details.

Dependencies

~595KB