default
fun default(block: 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.
fun default(block: 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.