5 releases

0.1.1 Mar 11, 2024
0.1.0 Nov 15, 2023
0.1.0-rc.3 Jul 10, 2023
0.1.0-rc.2 Dec 29, 2022
0.1.0-rc.1 Oct 25, 2022

#2 in #http-body

Download history 50164/week @ 2023-12-03 57145/week @ 2023-12-10 53590/week @ 2023-12-17 44575/week @ 2023-12-24 66855/week @ 2023-12-31 84715/week @ 2024-01-07 101124/week @ 2024-01-14 116218/week @ 2024-01-21 152157/week @ 2024-01-28 169203/week @ 2024-02-04 180573/week @ 2024-02-11 189161/week @ 2024-02-18 210605/week @ 2024-02-25 233127/week @ 2024-03-03 242235/week @ 2024-03-10 270000/week @ 2024-03-17

967,218 downloads per month
Used in 949 crates (249 directly)

MIT license

68KB
2K SLoC

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:

Utilities for http_body::Body.

BodyExt adds extensions to the common trait.

Empty and Full provide simple implementations.

Dependencies

~700KB
~11K SLoC