Expand description
Content-Encoding support on top of http
crate
Modules§
Structs§
- Coder
- A coder type that can be used for either encode or decode which determined by De type.
Enums§
- Content
Encoding - Represents a supported content encoding.
- Featured
Code
Traits§
Functions§
- encoder
- Construct from headers and stream body. Use for encoding.
- try_
decoder - Construct from headers and stream body. Use for decoding.