- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for onlyIfCachedReturns504WhenNotCached (0.57 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt
callback.await(request2.url).assertCode(200).assertBody("B") assertThat(server.takeRequest().headers["If-None-Match"]).isEqualTo("v1") } @Test fun onlyIfCachedReturns504WhenNotCached() { executeSynchronously("/", "Cache-Control", "only-if-cached") .assertCode(504) .assertBody("") .assertNoNetworkResponse() .assertNoCacheResponse() }
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Mar 15 09:02:18 GMT 2026 - 146.5K bytes - Click Count (0)