- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for CacheResponse (0.05 sec)
-
okhttp-dnsoverhttps/src/main/kotlin/okhttp3/dnsoverhttps/DnsOverHttps.kt
.cacheControl(onlyIfCached) .cacheUrlOverride(cacheUrl) .build() val cacheResponse = client.newCall(cacheRequest).execute() if (cacheResponse.code != HttpURLConnection.HTTP_GATEWAY_TIMEOUT) { return cacheResponse } } catch (ioe: IOException) { // Failures are ignored as we can fallback to the network
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Thu Oct 31 09:27:31 UTC 2024 - 9.8K bytes - Viewed (0)