- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for queryCharactersEncodedWhenComposed (0.12 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt
} @Test fun removePathSegmentOutOfBounds() { assertFailsWith<IndexOutOfBoundsException> { HttpUrl.Builder().removePathSegment(1) } } @Test fun queryCharactersEncodedWhenComposed() { val url = HttpUrl .Builder() .scheme("http") .host("host") .addQueryParameter("a", "!$(),/:;?@[]\\^`{|}~") .build()
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Mon Aug 04 07:38:48 GMT 2025 - 69.9K bytes - Click Count (0)