CookieManager class
A class that manages cookies for HTTP requests.
Constructors
Properties
-
Store the cookies
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearCookies(
) → void - Clears the cookies.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setCookies(
HttpClientRequest request) → void -
Sets the cookies for the given
request
. -
toString(
) → String -
A string representation of this object.
inherited
-
updateCookies(
HttpClientResponse response) → void -
Updates the cookies from the given
response
.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited