CookiesStorage

Functions

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

Sets a cookie for the specified host.

Link copied to clipboard
suspend fun CookiesStorage.addCookie(urlString: String, cookie: Cookie)

Adds a cookie with the urlString key to storage.

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

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