- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for domainMatchesIpv6AddressWithIpv4Suffix (0.3 sec)
-
okhttp/src/test/java/okhttp3/CookieTest.kt
assertThat(cookie!!.domain).isEqualTo("1::") assertThat(cookie.matches("http://[1::]/".toHttpUrl())).isTrue() } @Test fun domainMatchesIpv6AddressWithIpv4Suffix() { val cookie = parse( "http://[::1:ffff:ffff]/".toHttpUrl(), "a=b; domain=::1:255.255.255.255", ) assertThat(cookie!!.domain).isEqualTo("::1:ffff:ffff")
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 24.3K bytes - Viewed (0)