Go to file
Wonwoo Choi 9484eb480d Cargo fmt 2020-04-10 22:48:26 +09:00
.github fix ci 2020-02-25 16:55:54 +01:00
examples cargo fmt 2020-02-25 16:50:47 +01:00
fuzz Add fuzz test for server::accept 2020-03-08 18:29:28 +09:00
src implement feedback from review 2020-03-26 13:51:56 +01:00
tests Cargo fmt 2020-04-10 22:48:26 +09:00
.gitignore . 2019-08-18 15:21:45 -07:00
.travis.yml . 2019-08-18 15:21:45 -07:00
Cargo.toml v1.0.2 2020-03-24 14:16:37 +01:00
LICENSE-APACHE . 2019-08-18 15:21:45 -07:00
LICENSE-MIT . 2019-08-18 15:21:45 -07:00
README.md Actually forbid unsafe code 2020-02-25 10:15:59 -08: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.

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.