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

get

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

Overrides CookiesStorage.get

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