- Sort Score
- Num 10 results
- Language All
Results 71 - 74 of 74 for get_header (0.33 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HttpOverHttp2Test.kt
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 67.5K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Mar 20 09:13:37 GMT 2026 - 121K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt
} @Test fun contentDisagreesWithContentLengthHeaderBodyTooShort() { server.enqueue( MockResponse .Builder() .body("abc") .setHeader("Content-Length", "5") .onResponseEnd(ShutdownConnection) .build(), ) assertFailsWith<ProtocolException> { val response = getResponse(newRequest("/"))
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 133.3K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt
*/ @Test fun proxyUpgradeFailsWithTruncatedResponse() { server.enqueue( MockResponse .Builder() .body("abc") .setHeader("Content-Length", "5") .onResponseEnd(ShutdownConnection) .build(), ) val hostnameVerifier = RecordingHostnameVerifier() client = client .newBuilder()
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)