Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sid (0.13 sec)

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

        val cookie = parse(url, "SID=31d4d96e407aad42; Path=/; Domain=example.com")
        assertThat(cookie!!.domain).isEqualTo("example.com")
        assertThat(cookie.path).isEqualTo("/")
        assertThat(cookie.hostOnly).isFalse()
        assertThat(cookie.toString()).isEqualTo("SID=31d4d96e407aad42; domain=example.com; path=/")
      }
    
      @Test fun secureAndHttpOnly() {
        val cookie = parse(url, "SID=31d4d96e407aad42; Path=/; Secure; HttpOnly")
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 24.3K bytes
    - Viewed (0)
Back to top