- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for incompleteBuilderToString (0.08 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt
} @Test fun builderToString() { assertThat(parse("https://host.com/path").newBuilder().toString()) .isEqualTo("https://host.com/path") } @Test fun incompleteBuilderToString() { assertThat( HttpUrl .Builder() .scheme("https") .encodedPath("/path") .toString(), ).isEqualTo("https:///path") assertThat(
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Mon Aug 04 07:38:48 GMT 2025 - 69.9K bytes - Click Count (0)