Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for RI (0.01 sec)

  1. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    reserve-online.com
    reserve-online.net
    resindevice.io
    rest
    restaurant
    restaurant.bj
    resto.bj
    review
    reviews
    revista.bo
    rexroth
    rg.it
    rgr.jp
    rhcloud.com
    ri.it
    ri.us
    ribeirao.br
    ric.jelastic.vps-host.net
    rich
    richardli
    ricoh
    rieti.it
    rifu.miyagi.jp
    riik.ee
    riker.replit.dev
    rikubetsu.hokkaido.jp
    rikuzentakata.iwate.jp
    ril
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  2. okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt

        assertThat(call).contains("prompt=Bar")
        assertThat(call).contains("protocol=http")
        assertThat(call.lowercase(Locale.US))
          .contains("scheme=basic") // lowercase for the RI.
      }
    
      @Test
      fun allAttributesSetInProxyAuthenticationCallbacks() {
        val calls = authCallsForHeader("Proxy-Authenticate: Basic realm=\"Bar\"")
        assertThat(calls.size).isEqualTo(1)
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Jun 21 20:36:35 UTC 2025
    - 133.2K bytes
    - Viewed (0)
  3. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    reserve-online.com
    reserve-online.net
    resindevice.io
    rest
    restaurant
    restaurant.bj
    resto.bj
    review
    reviews
    revista.bo
    rexroth
    rg.it
    rgr.jp
    rhcloud.com
    ri.it
    ri.us
    ribeirao.br
    ric.jelastic.vps-host.net
    rich
    richardli
    ricoh
    rieti.it
    rifu.miyagi.jp
    riik.ee
    riker.replit.dev
    rikubetsu.hokkaido.jp
    rikuzentakata.iwate.jp
    ril
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  4. okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt

            .build()
      }
    
      @AfterEach
      fun tearDown() {
        ResponseCache.setDefault(null)
        cache.delete()
      }
    
      /**
       * Test that response caching is consistent with the RI and the spec.
       * http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html#sec13.4
       */
      @Test
      fun responseCachingByResponseCode() {
        // Test each documented HTTP/1.1 code, plus the first unused value in each range.
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 113.6K bytes
    - Viewed (0)
  5. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

        val response = executeSynchronously("/")
        response.assertFailure(
          // JDK 11 response to the FAIL_HANDSHAKE:
          SSLException::class.java,
          // RI response to the FAIL_HANDSHAKE:
          SSLProtocolException::class.java,
          // Android's response to the FAIL_HANDSHAKE:
          SSLHandshakeException::class.java,
        )
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 146.6K bytes
    - Viewed (0)
Back to top