Feature
companion object Feature :
HttpClientFeature<Configuration, BasicAuth>
Deprecated: [BasicAuth] deprecated, use [Auth] feature with [Basic] provider instead.
Companion Object Properties
val key: AttributeKey<BasicAuth> The AttributeKey for this feature. |
Companion Object Functions
fun install(feature: BasicAuth, scope: HttpClient): Unit Installs the feature class for a HttpClient defined at scope. |
|
fun prepare(block: Configuration.() -> Unit): BasicAuth Builds a TFeature by calling the block with a TConfig config instance as receiver. |