Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for cacheUrlOverride (0.07 seconds)

  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.
    
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Fri Dec 05 16:02:59 GMT 2025
    - 36.2K bytes
    - Click Count (2)
Back to Top