19 releases (2 stable)

1.0.1 Jul 12, 2024
1.0.0 Nov 15, 2023
1.0.0-rc1 Oct 25, 2022
1.0.0-rc.2 Dec 29, 2022
0.1.0 May 7, 2019

#65 in Web programming

Download history 2359842/week @ 2024-07-20 2387708/week @ 2024-07-27 2311133/week @ 2024-08-03 2429171/week @ 2024-08-10 2422521/week @ 2024-08-17 2450188/week @ 2024-08-24 2332518/week @ 2024-08-31 2442481/week @ 2024-09-07 2255522/week @ 2024-09-14 2612922/week @ 2024-09-21 2683335/week @ 2024-09-28 3203503/week @ 2024-10-05 3064270/week @ 2024-10-12 3224798/week @ 2024-10-19 2610041/week @ 2024-10-26 2631850/week @ 2024-11-02

11,960,393 downloads per month
Used in 21,753 crates (325 directly)

MIT license

15KB
273 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

~610KB