hyper_serde

Crates.iohyper_serde
lib.rshyper_serde
version0.13.2
sourcesrc
created_at2016-08-11 15:27:04.411381
updated_at2023-10-14 01:01:26.193043
descriptionSerde support for hyper types.
homepage
repositoryhttps://github.com/servo/hyper_serde
max_upload_size
id5952
size37,655
cargo publish (github:servo:cargo-publish)

documentation

https://docs.rs/hyper_serde

README

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::Cookie
  • hyper::header::ContentType
  • hyper::header::Headers
  • hyper::http::RawStatus
  • hyper::method::Method
  • hyper::Uri
  • mime::Mime
  • time::Tm

For more details, see the crate documentation.

License

hyper_serde is licensed under either of

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.

Commit count: 98

cargo fmt