AcceptAllCookiesStorage

class AcceptAllCookiesStorage : CookiesStorage

CookiesStorage that stores all the cookies in an in-memory map.

Constructors

Link copied to clipboard
fun AcceptAllCookiesStorage()

Functions

Link copied to clipboard
open suspend override fun addCookie(requestUrl: Url, cookie: Cookie)

Sets a cookie for the specified host.

Link copied to clipboard
open override fun close()
Link copied to clipboard
open suspend override fun get(requestUrl: Url): List<Cookie>

Gets a map of String to Cookie for a specific host.