Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Haddad (0.17 sec)

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

          ),
        )
    
        // The original 'A' header is retained because the network response doesn't have one.
        // The original 'B' headers are replaced by the network response.
        // The network's 'C' header is added.
        val response2 = get(server.url("/"))
        assertThat(response2.body.string()).isEqualTo("abcd")
        assertThat(response2.headers).isEqualTo(
          headersOf(
            "Etag", "a", "Cache-Control", "max-age=0",
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
Back to top