Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 25-Apr-2025 | - | 1,546 | 1,211 | ||
tests/ | 25-Apr-2025 | - | 80 | 66 | ||
.cargo-checksum.json | D | 25-Apr-2025 | 1.4 KiB | 1 | 1 | |
Android.bp | D | 25-Apr-2025 | 1.8 KiB | 80 | 74 | |
CHANGELOG.md | D | 25-Apr-2025 | 1.3 KiB | 63 | 35 | |
Cargo.toml | D | 25-Apr-2025 | 1.1 KiB | 46 | 40 | |
LICENSE | D | 25-Apr-2025 | 1 KiB | 26 | 22 | |
METADATA | D | 25-Apr-2025 | 421 | 18 | 17 | |
MODULE_LICENSE_MIT | D | 25-Apr-2025 | 0 | |||
README.md | D | 25-Apr-2025 | 937 | 28 | 20 | |
TEST_MAPPING | D | 25-Apr-2025 | 141 | 11 | 10 | |
cargo_embargo.json | D | 25-Apr-2025 | 69 | 6 | 5 |
README.md
1# HTTP Body 2 3A trait representing asynchronous operations on an HTTP body. 4 5[![crates.io][crates-badge]][crates-url] 6[![documentation][docs-badge]][docs-url] 7[![MIT License][mit-badge]][mit-url] 8[![CI Status][ci-badge]][ci-url] 9 10[crates-badge]: https://img.shields.io/crates/v/http-body.svg 11[crates-url]: https://crates.io/crates/http-body 12[docs-badge]: https://docs.rs/http-body/badge.svg 13[docs-url]: https://docs.rs/http-body 14[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg 15[mit-url]: LICENSE 16[ci-badge]: https://github.com/hyperium/http-body/workflows/CI/badge.svg 17[ci-url]: https://github.com/hyperium/http-body/actions?query=workflow%3ACI 18 19## License 20 21This project is licensed under the [MIT license](LICENSE). 22 23### Contribution 24 25Unless you explicitly state otherwise, any contribution intentionally submitted 26for inclusion in `http-body` by you, shall be licensed as MIT, without any additional 27terms or conditions. 28