#http

http-body-util

Combinators and adapters for HTTP request or response bodies

2 releases

0.1.0-rc.2 Dec 29, 2022
0.1.0-rc.1 Oct 25, 2022

#1029 in Web programming

Download history 2950/week @ 2023-02-11 2819/week @ 2023-02-18 2687/week @ 2023-02-25 3074/week @ 2023-03-04 2542/week @ 2023-03-11 3213/week @ 2023-03-18 3138/week @ 2023-03-25 2963/week @ 2023-04-01 4035/week @ 2023-04-08 4256/week @ 2023-04-15 3709/week @ 2023-04-22 4413/week @ 2023-04-29 2981/week @ 2023-05-06 3671/week @ 2023-05-13 4068/week @ 2023-05-20 3671/week @ 2023-05-27

15,009 downloads per month
Used in 50 crates (24 directly)

MIT license

54KB
1.5K 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

~1.5MB
~23K SLoC