Package-level declarations
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
A storage for Cookie.
Link copied to clipboard
A plugin that allows you to keep cookies between calls in a storage. By default, it uses an in-memory storage, but you can also implement a persistent storage using CookiesStorage.
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.
Link copied to clipboard
Fills Cookie with default values from requestUrl.