Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Alpha (0.12 sec)

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

            .build(),
        )
        val response1 = get(server.url("/"))
        assertThat(response1.header("Alpha")).isEqualTo("α")
        assertThat(response1.header("β")).isEqualTo("Beta")
        assertThat(response1.body.string()).isEqualTo("abcd")
        val response2 = get(server.url("/"))
        assertThat(response2.header("Alpha")).isEqualTo("α")
        assertThat(response2.header("β")).isEqualTo("Beta")
    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

    // Submitted by Cassandra Beelen <******@****.***>
    qcx.io
    *.sys.qcx.io
    
    // QNAP System Inc : https://www.qnap.com
    // Submitted by Nick Chang <******@****.***>
    dev-myqnapcloud.com
    alpha-myqnapcloud.com
    myqnapcloud.com
    
    // Quip : https://quip.com
    // Submitted by Patrick Linehan <******@****.***>
    *.quipelements.com
    
    // Qutheory LLC : http://qutheory.io
    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