Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for pathes (0.15 sec)

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

        assertThat(responseCookies.size).isEqualTo(2)
        assertThat(responseCookies[0].toString())
          .isEqualTo("a=b; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/")
        assertThat(responseCookies[1].toString())
          .isEqualTo("c=d; expires=Fri, 02 Jan 1970 23:59:59 GMT; path=/bar; secure")
      }
    
      @Test
      fun requestCookies() {
        server.enqueue(MockResponse())
        val cookieJar = RecordingCookieJar()
    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)
  2. okhttp-android/src/main/baseline-prof.txt

    HSPLokio/internal/_ByteStringKt;->access$decodeHexDigit(C)I
    HSPLokio/internal/_PathKt;-><clinit>()V
    HSPLokio/internal/_PathKt;->access$rootLength(Lokio/Path;)I
    HSPLokio/internal/_PathKt;->commonResolve(Lokio/Path;Lokio/Path;Z)Lokio/Path;
    HSPLokio/internal/_PathKt;->getSlash(Lokio/Path;)Lokio/ByteString;
    HSPLokio/internal/_PathKt;->toPath(Lokio/Buffer;Z)Lokio/Path;
    HSPLokio/internal/_PathKt;->toSlash(B)Lokio/ByteString;
    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)
  3. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // wang : 2013-10-24 Zodiac Wang Limited
    wang
    
    // wanggou : 2014-12-18 Amazon Registry Services, Inc.
    wanggou
    
    // watch : 2013-11-14 Binky Moon, LLC
    watch
    
    // watches : 2014-12-22 Identity Digital Limited
    watches
    
    // weather : 2015-01-08 International Business Machines Corporation
    weather
    
    // weatherchannel : 2015-03-12 International Business Machines Corporation
    weatherchannel
    
    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