get

abstract suspend fun get(requestUrl: Url): List<Cookie>(source)

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

Report a problem