saveCookie

abstract fun saveCookie(url: String, value: String)

Called when cookies are received.

The value of "Set-Cookie" in the HTTP Response header is notified. If there are multiple "Set-Cookie", it will be called each time.

Parameters

url

URL

value

cookie value