Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for inclusive (0.14 sec)

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

      @Test
      fun connectViaHttpProxyToHttpsUsingBadProxyAndHttpResponseCache() {
        initResponseCache()
        server.useHttps(handshakeCertificates.sslSocketFactory())
        // The inclusion of a body in the response to a CONNECT is key to reproducing b/6754912.
        server.enqueue(
          MockResponse(
            body = "bogus proxy connect response content",
            inTunnel = true,
          ),
        )
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jan 20 10:30:28 GMT 2024
    - 131.7K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    melbourne
    
    // meme : 2014-01-30 Charleston Road Registry Inc.
    meme
    
    // memorial : 2014-10-16 Dog Beach, LLC
    memorial
    
    // men : 2015-02-26 Exclusive Registry Limited
    men
    
    // menu : 2013-09-11 Dot Menu Registry, LLC
    menu
    
    // merckmsd : 2016-07-14 MSD Registry Holdings, Inc.
    merckmsd
    
    // miami : 2013-12-19 Registry Services, LLC
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top