Crate http_encoding

Source
Expand description

Content-Encoding support on top of http crate

Modules§

error

Structs§

Coder
A coder type that can be used for either encode or decode which determined by De type.

Enums§

ContentEncoding
Represents a supported content encoding.
FeaturedCode

Traits§

Code

Functions§

encoder
Construct from headers and stream body. Use for encoding.
try_decoder
Construct from headers and stream body. Use for decoding.