Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for builderPath (0.07 seconds)

  1. okhttp/src/jvmTest/kotlin/okhttp3/CookieTest.kt

            .value("b")
            .hostOnlyDomain("squareup.com")
            .build()
        assertThat(cookie.domain).isEqualTo("squareup.com")
        assertThat(cookie.hostOnly).isTrue()
      }
    
      @Test fun builderPath() {
        val cookie =
          Cookie
            .Builder()
            .name("a")
            .value("b")
            .hostOnlyDomain("example.com")
            .path("/foo")
            .build()
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sat Nov 01 12:18:11 GMT 2025
    - 24.4K bytes
    - Click Count (0)
Back to Top