Go to file
Yoshua Wuyts ed66b38b76 init structify 2020-04-18 18:27:58 +02:00
.github fix ci 2020-02-25 16:55:54 +01:00
examples init structify 2020-04-18 18:27:58 +02:00
fuzz Add fuzz test for server::accept 2020-03-08 18:29:28 +09:00
src init structify 2020-04-18 18:27:58 +02:00
tests init structify 2020-04-18 18:27:58 +02:00
.gitignore . 2019-08-18 15:21:45 -07:00
.travis.yml . 2019-08-18 15:21:45 -07:00
Cargo.toml init structify 2020-04-18 18:27:58 +02: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 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.