Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 2017 (0.29 sec)

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

    /*
     * Copyright (C) 2013 Square, Inc.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     *      http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
    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/src/test/java/okhttp3/CacheTest.kt

        assertCached(false, 101)
        assertCached(true, 200)
        assertCached(false, 201)
        assertCached(false, 202)
        assertCached(true, 203)
        assertCached(true, 204)
        assertCached(false, 205)
        assertCached(false, 206) // Electing to not cache partial responses
        assertCached(false, 207)
        assertCached(true, 300)
        assertCached(true, 301)
        assertCached(true, 302)
    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)
  3. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    author
    
    // auto : 2014-11-13 XYZ.COM LLC
    auto
    
    // autos : 2014-01-09 XYZ.COM LLC
    autos
    
    // avianca : 2015-01-08 Avianca Inc.
    avianca
    
    // aws : 2015-06-25 AWS Registry LLC
    aws
    
    // axa : 2013-12-19 AXA Group Operations SAS
    axa
    
    // azure : 2014-12-18 Microsoft Corporation
    azure
    
    // baby : 2015-04-09 XYZ.COM LLC
    baby
    
    // baidu : 2015-01-08 Baidu, Inc.
    baidu
    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