- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for spacesAroundKeyValueSeparator (0.13 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/HeadersChallengesTest.kt
.build() assertThat(headers.parseChallenges("WWW-Authenticate")) .isEqualTo(listOf(Challenge("Basic", mapOf("realm" to "myrealm")))) } @Test fun spacesAroundKeyValueSeparator() { val headers = Headers .Builder() .add("WWW-Authenticate", "Basic realm = \"myrealm\"") .build() assertThat(headers.parseChallenges("WWW-Authenticate"))
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 16.8K bytes - Viewed (0)