ktor-http
Toggle table of contents
3.3.1
common
Platform filter
common
Switch theme
Search in API
ktor-http
ktor-http
/
io.ktor.http.auth
/
HttpAuthHeader
/
Companion
/
basicAuthChallenge
basic
Auth
Challenge
fun
basicAuthChallenge
(
realm
:
String
,
charset
:
Charset
?
)
:
HttpAuthHeader.Parameterized
(
source
)
Generates an
AuthScheme.Basic
challenge as a
HttpAuthHeader
.
Report a problem