Extensions for io.ktor.request.ApplicationRequest
fun ApplicationRequest.basicAuthenticationCredentials( Retrieves Basic authentication credentials for this ApplicationRequest |
|
fun ApplicationRequest.parseAuthorizationHeader(): HttpAuthHeader? Parses an authorization header from a ApplicationRequest returning a HttpAuthHeader. |