- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for withCharset (0.25 seconds)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Challenge.kt
newAuthParams[newKey] = value } this.authParams = newAuthParams.unmodifiable() } /** Returns a copy of this charset that expects a credential encoded with [charset]. */ fun withCharset(charset: Charset): Challenge { val authParams = this.authParams.toMutableMap() authParams["charset"] = charset.name() return Challenge(scheme, authParams) } @JvmName("-deprecated_scheme")
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue May 27 15:01:35 GMT 2025 - 3.5K bytes - Click Count (0)