1
0
mirror of https://github.com/square/okhttp.git synced 2025-08-06 01:35:50 +03:00

3 Commits

Author SHA1 Message Date
Yuri Schimke
eda4064d6a Rename compression algorithms to be consistent. (#8984)
* Rename compression algorithms to be consistent.

Nice API for both Java and Kotlin devs.
With a test showing each.

Co-authored-by: Jake Wharton <github@jakewharton.com>

---------

Co-authored-by: Jake Wharton <github@jakewharton.com>
2025-07-31 19:34:32 +01:00
Yuri Schimke
971101cacc Add reusable CompressionInterceptor (#8967)
* Add reusable CompressionInterceptor.kt

Refactor Brotli and Zstd to use this, but also
allow trivial configuration of zstd,br,gzip.
2025-07-29 20:01:04 +00:00
Jesse Wilson
d51c177210 New zstd interceptor (#8943)
* New zstd interceptor

* Spotless

* Code review feedback

* Zstd 0.3.0

---------

Co-authored-by: Jesse Wilson <jwilson@squareup.com>
2025-07-19 09:41:00 -04:00