Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for useful (0.35 sec)

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

        assertThat(get(url).body.string()).isEqualTo("A")
        assertThat(get(url).body.string()).isEqualTo("A")
      }
    
      /**
       * Shortens the body of `response` but not the corresponding headers. Only useful to test
       * how clients respond to the premature conclusion of the HTTP body.
       */
      private fun truncateViolently(
        builder: MockResponse.Builder,
        numBytesToKeep: Int,
      ): MockResponse.Builder {
    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)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    busan.kr
    chungbuk.kr
    chungnam.kr
    daegu.kr
    daejeon.kr
    gangwon.kr
    gwangju.kr
    gyeongbuk.kr
    gyeonggi.kr
    gyeongnam.kr
    incheon.kr
    jeju.kr
    jeonbuk.kr
    jeonnam.kr
    seoul.kr
    ulsan.kr
    
    // kw : https://www.nic.kw/policies/
    // Confirmed by registry <******@****.***>
    kw
    com.kw
    edu.kw
    emb.kw
    gov.kw
    ind.kw
    net.kw
    org.kw
    
    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