Crate http_encoding

source ·
Expand description

Content-Encoding support on top of http crate

Modules

Structs

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

Enums

Traits

Functions

  • Construct from headers and stream body. Use for encoding.
  • Construct from headers and stream body. Use for decoding.