- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for HOST2 (0.06 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt
// Non-exhaustive tests because implementation is the same as resolve. val base = parse("http://host/a/b") assertThat(base.newBuilder("https://host2")!!.build()) .isEqualTo(parse("https://host2/")) assertThat(base.newBuilder("//host2")!!.build()) .isEqualTo(parse("http://host2/")) assertThat(base.newBuilder("/path")!!.build()) .isEqualTo(parse("http://host/path")) assertThat(base.newBuilder("path")!!.build())
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Aug 04 07:38:48 UTC 2025 - 69.9K bytes - Viewed (0)