#response-body #traits #http

http-body

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

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

#14 in HTTP server

Download history 1739049/week @ 2024-12-19 1222887/week @ 2024-12-26 2388239/week @ 2025-01-02 3073462/week @ 2025-01-09 2960016/week @ 2025-01-16 3045097/week @ 2025-01-23 3117920/week @ 2025-01-30 3427179/week @ 2025-02-06 3232921/week @ 2025-02-13 3879380/week @ 2025-02-20 3689229/week @ 2025-02-27 4112483/week @ 2025-03-06 4049246/week @ 2025-03-13 4745249/week @ 2025-03-20 3792632/week @ 2025-03-27 3355373/week @ 2025-04-03

16,709,358 downloads per month
Used in 25,073 crates (376 directly)

MIT license

15KB
273 lines

Asynchronous HTTP request or response body.

See Body for more details.


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.

Dependencies

~650KB
~10K SLoC