Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testLocalhostInsecure (0.09 sec)

  1. android-test/src/androidTest/java/okhttp/android/test/OkHttpTest.kt

        val response = client.newCall(request).execute()
    
        response.use {
          assertEquals(200, response.code)
        }
      }
    
      @Test
      fun testLocalhostInsecure() {
        assumeTrue(Build.VERSION.SDK_INT >= 24)
    
        val clientCertificates =
          HandshakeCertificates
            .Builder()
            .apply {
              if (Build.VERSION.SDK_INT >= 24) {
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 02 14:12:28 UTC 2025
    - 29K bytes
    - Viewed (0)
Back to top