mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
`hyper_serde` currently has no dependants on crates.io. We give up the independant versioning and simplify our setup by using the same version as our workspace. The new crate is servo-hyper-serde. Testing: Not required, policy change. Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
Serde support for Hyper types
This crate provides wrappers and convenience functions to support Serde for some types defined in cookie, Hyper, mime and time.
The supported types are:
cookie::Cookiehyper::header::ContentTypehyper::header::Headershyper::http::RawStatushyper::method::Methodhyper::Urimime::Mime
For more details, see the crate documentation.
License
hyper_serde is licensed under the following licenses.
- Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in hyper_serde by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.