- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for newAuthParams (0.04 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Challenge.kt
} constructor(scheme: String, realm: String) : this(scheme, singletonMap("realm", realm)) init { val newAuthParams = mutableMapOf<String?, String>() for ((key, value) in authParams) { val newKey = key?.lowercase(US) newAuthParams[newKey] = value } this.authParams = newAuthParams.unmodifiable() } /** Returns a copy of this charset that expects a credential encoded with [charset]. */
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue May 27 15:01:35 UTC 2025 - 3.5K bytes - Viewed (0)