Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for xyz (0.13 sec)

  1. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // xn--xhq521b : 2013-11-14 Guangzhou YU Wei Information Technology Co., Ltd.
    广东
    
    // xn--zfr164b : 2013-11-08 China Organizational Name Administration Center
    政务
    
    // xyz : 2013-12-05 XYZ.COM LLC
    xyz
    
    // yachts : 2014-01-09 XYZ.COM LLC
    yachts
    
    // yahoo : 2015-04-02 Oath Inc.
    yahoo
    
    // yamaxun : 2014-12-18 Amazon Registry Services, Inc.
    yamaxun
    
    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)
  2. okhttp/src/test/java/okhttp3/CacheTest.kt

        val cacheUrlOverride = url.newBuilder().removeAllQueryParameters("token").build()
    
        val request =
          Request.Builder()
            .url(url)
            .method("POST", "XYZ".toRequestBody())
            .cacheUrlOverride(cacheUrlOverride)
            .build()
    
        val response = testBasicCachingRules(request)
    
        assertThat(response.request.url).isEqualTo(request.url)
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
Back to top