Package io.ktor.client.features.cookies
Types
Link copied to clipboard
CookiesStorage that stores all the cookies in an in-memory map.
Link copied to clipboard
CookiesStorage that ignores addCookie and returns a list of specified cookies when constructed.
Link copied to clipboard
Storage for Cookie.
Link copied to clipboard
class HttpCookies(storage: CookiesStorage, defaults: List<suspend CookiesStorage.() -> Unit>) : Closeable
Content copied to clipboard
HttpClient plugin that handles sent Cookie
, and received Set-Cookie
headers, using a specific storage for storing and retrieving cookies.
Functions
Link copied to clipboard
Gets all the cookies for the specified url for this HttpClient.
Gets all the cookies for the specified urlString for this HttpClient.