class AcceptAllCookiesStorage : CookiesStorage
CookiesStorage that stores all the cookies in an in-memory map.
AcceptAllCookiesStorage()
CookiesStorage that stores all the cookies in an in-memory map. |
suspend fun addCookie(requestUrl: Url, cookie: Cookie): Unit
|
|
fun close(): Unit |
|
suspend fun get(requestUrl: Url): List<Cookie>
|
suspend fun CookiesStorage.addCookie(urlString: String, cookie: Cookie): Unit
|