- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for toMultimapUsesCanonicalCase (0.12 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/HeadersJvmTest.kt
) val headerMap = headers.toMultimap() assertThat(headerMap["cache-control"]!!.size).isEqualTo(2) assertThat(headerMap["user-agent"]!!.size).isEqualTo(1) } @Test fun toMultimapUsesCanonicalCase() { val headers = Headers.headersOf( "cache-control", "no-store", "Cache-Control", "no-cache", "User-Agent", "OkHttp", )
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue May 27 14:51:25 UTC 2025 - 5.7K bytes - Viewed (0)