Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Ebeling (0.14 sec)

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

        val connect2 = server.takeRequest()
        assertThat(connect2.headers["Proxy-Authorization"]).isEqualTo("password")
      }
    
      /** Confirm that we can send authentication information without being prompted first.  */
      @Test
      fun preemptiveProxyAuthentication() {
        server.useHttps(handshakeCertificates.sslSocketFactory())
        server.enqueue(MockResponse(inTunnel = true))
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 142.5K bytes
    - Viewed (0)
Back to top