http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 83 forks source link

Add `content::AcceptEncoding`. #232

Closed yoshuawuyts closed 4 years ago

yoshuawuyts commented 4 years ago

Supersedes #230, ref #99. Adds support for Content-Encoding, Accept-Encoding and content negotiation to select the right encoding.

The approach in this patch can likely be adapted to work for TE, Accept-Language and Accept-Charset as well.

Screenshot

Screenshot_2020-08-23 http_types content AcceptEncoding - Rust