Go to file
Josh Triplett 4de64c18de
Merge pull request #202 from forkgull/notgull/clippy
Please clippy
2023-10-08 13:06:00 +08:00
.github src, ci: enable clippy 2020-09-14 21:41:17 -07:00
examples update http-types to master 2020-05-18 15:02:26 -07:00
fuzz Add fuzz test for server::accept 2020-03-08 18:29:28 +09:00
src Merge pull request #202 from forkgull/notgull/clippy 2023-10-08 13:06:00 +08:00
tests Fix clippy warnings so that CI passes again 2021-11-19 17:31:56 -08:00
.gitignore . 2019-08-18 15:21:45 -07:00
.travis.yml . 2019-08-18 15:21:45 -07:00
Cargo.toml Alphabetize dependencies 2023-09-20 20:29:36 -07:00
LICENSE-APACHE Fix attribution of `date.rs` 2020-03-26 16:11:37 +00:00
LICENSE-MIT Fix attribution of `date.rs` 2020-03-26 16:11:37 +00:00
README.md Main branch renamed to `main` (#133) 2020-08-09 15:18:56 +02:00
run-fuzzer.sh Add fuzz test for server::accept 2020-03-08 18:29:28 +09:00
rustfmt.toml Add rustfmt configuration 2020-03-25 21:04:11 +00:00

README.md

async-h1

Asynchronous HTTP/1.1 parser.

Installation

$ cargo add async-h1

Safety

This crate uses #![forbid(unsafe_code)] to ensure everything is implemented in 100% Safe Rust.

Minimum Supported Rust Version

Given the rapidly-improving nature of async Rust, async-h1 only guarantees it will work on the latest stable Rust compiler. Currently async-h1 compiles on rustc 1.40.0 and above, but we reserve the right to upgrade the minimum Rust version outside of major releases. If upgrading stable compiler versions is an issue we recommend pinning the version of async-h1.

Contributing

Want to join us? Check out our "Contributing" guide and take a look at some of these issues:

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.