- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for decodeSlashCharacterInDecodedPathSegment (0.17 sec)
-
okhttp/src/test/java/okhttp3/HttpUrlTest.kt
assertThat(parse("http://user:@host/").password).isEqualTo("") assertThat(parse("http://user:%F0%9F%8D%A9@host/").password) .isEqualTo("\uD83C\uDF69") } @Test fun decodeSlashCharacterInDecodedPathSegment() { assertThat(parse("http://host/a%2Fb%2Fc").pathSegments).containsExactly("a/b/c") } @Test fun decodeEmptyPathSegments() {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 67.9K bytes - Viewed (0)