Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for bodyResponseGzipEncoded (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. okhttp-logging-interceptor/src/test/java/okhttp3/logging/HttpLoggingInterceptorTest.kt

          .assertLogEqual("")
          .assertLogEqual("Uncompressed")
          .assertLogMatch(Regex("""<-- END HTTP \(\d+ms, 12-byte body\)"""))
          .assertNoMoreLogs()
      }
    
      @Test
      fun bodyResponseGzipEncoded() {
        setLevel(Level.BODY)
        server.enqueue(
          MockResponse
            .Builder()
            .setHeader("Content-Encoding", "gzip")
            .setHeader("Content-Type", PLAIN)
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Fri Nov 07 02:57:33 GMT 2025
    - 39.4K bytes
    - Click Count (0)
Back to Top