Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Schick (1 sec)

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

          )
        val response = getResponse(request)
        assertContent("abc", response)
        assertThat(server.takeRequest().body.readUtf8()).isEqualTo("body")
      }
    
      // Check that if we don't read to the end of a response, the next request on the
      // recycled connection doesn't get the unread tail of the first request's response.
      // http://code.google.com/p/android/issues/detail?id=2939
      @Test
    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

    // cityeats : 2014-12-11 Lifestyle Domain Holdings, Inc.
    cityeats
    
    // claims : 2014-03-20 Binky Moon, LLC
    claims
    
    // cleaning : 2013-12-05 Binky Moon, LLC
    cleaning
    
    // click : 2014-06-05 Internet Naming Company LLC
    click
    
    // clinic : 2014-03-20 Binky Moon, LLC
    clinic
    
    // clinique : 2015-10-01 The Estée Lauder Companies Inc.
    clinique
    
    // clothing : 2013-08-27 Binky Moon, LLC
    clothing
    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)
  3. okhttp/src/test/java/okhttp3/CallTest.kt

        // Check the user response. It has the application's original request.
        cacheMiss.assertCode(200)
          .assertBody("B")
          .assertHeader("Donut", "b")
          .assertRequestUrl(server.url("/"))
          .assertSentRequestAtMillis(request2SentAt, request2ReceivedAt)
          .assertReceivedResponseAtMillis(request2SentAt, request2ReceivedAt)
    
    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)
  4. okhttp-android/src/main/baseline-prof.txt

    HSPLokhttp3/CertificatePinner;-><init>(Ljava/util/Set;Lokhttp3/internal/tls/CertificateChainCleaner;)V
    HSPLokhttp3/CertificatePinner;-><init>(Ljava/util/Set;Lokhttp3/internal/tls/CertificateChainCleaner;I)V
    HSPLokhttp3/CertificatePinner;->check$okhttp(Ljava/lang/String;Lkotlin/jvm/functions/Function0;)V
    HSPLokhttp3/CertificatePinner;->equals(Ljava/lang/Object;)Z
    HSPLokhttp3/CertificatePinner;->hashCode()I
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Mar 21 11:22:00 GMT 2022
    - 127.9K bytes
    - Viewed (0)
Back to top