Feature

object Feature : HttpClientFeature<BasicAuth.Configuration, BasicAuth>

Functions

Link copied to clipboard
fun constructBasicAuthValue(username: String, password: String): String

Create basic auth header value from username and password.

Link copied to clipboard
open override fun install(feature: BasicAuth, scope: HttpClient)
Link copied to clipboard
open override fun prepare(block: BasicAuth.Configuration.() -> Unit): BasicAuth

Properties

Link copied to clipboard
open override val key: AttributeKey<BasicAuth>