userver-framework / userver

Production-ready C++ Asynchronous Framework with rich functionality
https://userver.tech
Apache License 2.0
2.37k stars 275 forks source link

Support zstd compression in HTTP client and server #549

Closed apolukhin closed 3 months ago

apolukhin commented 4 months ago

ZSTD is faster to decompress and may have better compression than brotli https://t.me/experimentalchill/207

We should support the https://datatracker.ietf.org/doc/html/rfc8878#name-content-encoding

Internal ticket: 6039

apolukhin commented 3 months ago

Resolved in 2f23f80