- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for gzipEncodingEnabledByDefault (0.17 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt
* This test checks whether connections are gzipped by default. This behavior in not required by * the API, so a failure of this test does not imply a bug in the implementation. */ @Test fun gzipEncodingEnabledByDefault() { server.enqueue( MockResponse .Builder() .body(gzip("ABCABCABC")) .addHeader("Content-Encoding: gzip") .build(), )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)