Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for localPrincipal (0.06 sec)

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

        val localCerts = response1.handshake!!.localCertificates
        val serverCerts = response1.handshake!!.peerCertificates
        val peerPrincipal = response1.handshake!!.peerPrincipal
        val localPrincipal = response1.handshake!!.localPrincipal
        val response2 = client.newCall(request).execute() // Cached!
        assertThat(response2.body.string()).isEqualTo("ABC")
        assertThat(cache.requestCount()).isEqualTo(2)
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
Back to top