Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CompressionInterceptor (0.08 sec)

  1. CHANGELOG.md

        support it. It integrates a new (unstable) [ZSTD-KMP] library, also from Square. Enable it like
        this:
    
        ```kotlin
        val client = OkHttpClient.Builder()
          .addInterceptor(CompressionInterceptor(Zstd, Gzip))
          .build()
        ```
    
     *  New: Support the `QUERY` HTTP method. You will need to set the `Request.cacheUrlOverride`
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Fri Dec 05 16:02:59 UTC 2025
    - 36.2K bytes
    - Viewed (2)
Back to top