Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cacheUrlOverride (0.05 sec)

  1. CHANGELOG.md

        ```kotlin
        val client = OkHttpClient.Builder()
          .addInterceptor(CompressionInterceptor(Zstd, Gzip))
          .build()
        ```
    
     *  New: Support the `QUERY` HTTP method. You will need to set the `Request.cacheUrlOverride`
        property to cache calls made with this method. The `RequestBody.sha256()` may be helpful here;
        use it to compose a cache URL from the query body.
    
    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