Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testUrlConnectionPlaintextProxied (0.15 sec)

  1. container-tests/src/test/java/okhttp3/containers/BasicProxyTest.kt

          val connection = url.openConnection() as HttpURLConnection
    
          assertThat(connection.inputStream.source().buffer().readUtf8()).contains("Peter the person")
        }
      }
    
      @Test
      fun testUrlConnectionPlaintextProxied() {
        testRequest {
          val proxy =
            Proxy(
              Proxy.Type.HTTP,
              it.remoteAddress(),
            )
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Fri Apr 05 03:30:42 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top