Go to file
Jeremiah Senkpiel 90af4a92cf
Merge pull request #376 from kyle-mccarthy/main
feat: add TryFrom impl for HeaderName, HeaderValue, and Headers
2021-08-05 09:41:29 -07:00
.github ci: re-enable wasm check 2021-03-06 19:21:39 -08:00
src Merge pull request #376 from kyle-mccarthy/main 2021-08-05 09:41:29 -07:00
tests add a serde feature that's enabled by default 2021-02-11 13:54:11 -08:00
.gitignore
Cargo.toml Update serde-qs 2021-06-21 22:36:15 -07:00
LICENSE-APACHE
LICENSE-MIT
README.md
build.rs

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.