Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for equalsAndHashCode (0.12 sec)

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

            .value("b")
            .domain("example.com")
            .sameSite("None")
    
        val cookie = cookieBuilder.build()
        assertThat(cookie.sameSite).isEqualTo("None")
      }
    
      @Test fun equalsAndHashCode() {
        val cookieStrings =
          Arrays.asList(
            "a=b; Path=/c; Domain=example.com; Max-Age=5; Secure; HttpOnly",
            "a= ; Path=/c; Domain=example.com; Max-Age=5; Secure; HttpOnly",
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 24.3K bytes
    - Viewed (0)
Back to top