- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for emptyDoesntChangeRequestOrResponse (0.1 seconds)
-
okhttp/src/commonTest/kotlin/okhttp3/CompressionInterceptorTest.kt
@RegisterExtension val clientTestRule = OkHttpClientTestRule() val source = Buffer().apply { write("Hello World".encodeUtf8()) } as Source @Test fun emptyDoesntChangeRequestOrResponse() { val empty = CompressionInterceptor() val client = clientTestRule .newClientBuilder() .addInterceptor(empty) .addInterceptor { chain ->
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Aug 01 06:04:22 GMT 2025 - 3K bytes - Click Count (0)