class Config
HttpCookies configuration.
Config()
HttpCookies configuration. |
var storage: CookiesStorage
CookiesStorage that will be used at this feature. By default it just uses an initially empty in-memory AcceptAllCookiesStorage. |
fun default(block: suspend CookiesStorage.() -> Unit): Unit
Registers a block that will be called when the configuration is complete the specified storage. The block can potentially add new cookies by calling CookiesStorage.addCookie. |