- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for toMultimapGroupsHeaders (0.16 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/HeadersJvmTest.kt
@Test fun ofMapThrowsOnNull() { assertFailsWith<NullPointerException> { (mapOf("User-Agent" to null) as Map<String, String>).toHeaders() } } @Test fun toMultimapGroupsHeaders() { val headers = Headers.headersOf( "cache-control", "no-cache", "cache-control", "no-store", "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)