- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for toUriPathSpecialCharacters (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlJvmTest.kt
assertThat(url.toUri().toString()) .isEqualTo("http://user:%3D%5B%5D%3A%3B%22~%7C%3F%23%40%5E%2F$%25*@host/") } @Test fun toUriPathSpecialCharacters() { val url = HttpUrl .Builder() .scheme("http") .host("host") .addPathSegment("=[]:;\"~|?#@^/$%*") .build() assertThat(url.toString())
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 12K bytes - Click Count (0)