Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for previouslyNotGzippedContentIsNotModifiedAndSpecifiesGzipEncoding (0.8 sec)

  1. okhttp/src/test/java/okhttp3/CacheTest.kt

        assertThat(get(server.url("/")).body.string()).isEqualTo("ABCABCABC")
        assertThat(get(server.url("/")).body.string()).isEqualTo("ABCABCABC")
      }
    
      @Test
      fun previouslyNotGzippedContentIsNotModifiedAndSpecifiesGzipEncoding() {
        server.enqueue(
          MockResponse.Builder()
            .body("ABCABCABC")
            .addHeader("Content-Type: text/plain")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
Back to top