fire-http-representation 0.2.0-rc.2

Http types for the fire http crate
docs.rs failed to build fire-http-representation-0.2.0-rc.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: fire-http-representation-0.4.0

CI crates.io docs.rs

Http types for the fire http crate.

At the moment these types are more suitable for server implementations than for clients.

Features

hyper_body

Adds support for the hyper::Body type in Body.

json

Adds json serialization and deserialization support for the Body type and in combination with the feature encdec also to the HeaderValues.

timeout

Adds the BodyTimeout type, allowing to set a timeout for reading from the body.

encdec

Adds percent encoding and decoding support for the HeaderValues type.