- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for spacesAroundKeyValueSeparator (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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"))
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 16.8K bytes - Click Count (0)