1
0
mirror of https://github.com/square/okhttp.git synced 2025-08-07 12:42:57 +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
3e16ec28fe Adopt Kotlin's binary compatibility validator (#7112) 2022-02-26 14:17:33 -05:00