Companion

object Companion : HttpClientPlugin<HttpCookies.Config, HttpCookies>

Functions

Link copied to clipboard
open override fun install(plugin: HttpCookies, scope: HttpClient)

Installs the plugin class for a HttpClient defined at scope.

Link copied to clipboard
open override fun prepare(block: HttpCookies.Config.() -> Unit): HttpCookies

Builds a TPlugin by calling the block with a TConfig config instance as receiver.

Properties

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

The AttributeKey for this plugin.