Go to file
Jeremiah Senkpiel 656133fc27 ci: re-enable wasm check
But without default features, because the 'getrandom' dep from cookie
has decided it won't build on wasm. Fun!
2021-03-06 19:21:39 -08:00
.github ci: re-enable wasm check 2021-03-06 19:21:39 -08:00
src ci: use nightly again for check_fmt_clippy_docs 2021-03-06 19:16:56 -08:00
tests add a serde feature that's enabled by default 2021-02-11 13:54:11 -08:00
.gitignore init 2019-11-05 02:42:23 +01:00
Cargo.toml add a serde feature that's enabled by default 2021-02-11 13:54:11 -08:00
LICENSE-APACHE add http date parser / encoder helpers 2020-08-08 14:44:00 +02:00
LICENSE-MIT add http date parser / encoder helpers 2020-08-08 14:44:00 +02:00
README.md Main branch renamed to `main` (#226) 2020-08-09 15:17:50 +02:00
build.rs add explanatory comment 2020-08-11 21:11:00 -07:00

README.md

http-types

Common types for HTTP operations.

Installation

$ cargo add http-types

Safety

This crate uses unsafe in a few places to convert from validated ASCII byte buffers to utf-8 strings.

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.