Go to file
Travis Cross e5eec7d4f7 Fix attribution of `date.rs`
In commit f7270411ef, we copied our date
implementation from the `httpdate` project [1] (#6, #19).  However,
this was done without proper attribution and preservation of copyright
notices.  Let's fix this.

[1] https://github.com/pyfisch/httpdate
2020-03-26 16:11:37 +00: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 Fix/ignore clippy warnings 2020-03-25 21:52:09 +00: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 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.