ktor-client-core / io.ktor.client.features.cookies / CookiesStorage / get

get

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

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