Cookie
Constructors
Functions
Link copied to clipboard
Tests if @cookie should be sent to @uri.
Link copied to clipboard
Checks if the @cookie's domain and @host match.
Link copied to clipboard
Gets @cookie's expiration time.
Link copied to clipboard
Gets @cookie's HttpOnly attribute.
Link copied to clipboard
Returns the same-site policy for this cookie.
Link copied to clipboard
Sets @cookie's expiration time to @expires.
Link copied to clipboard
Sets @cookie's HttpOnly attribute to @http_only.
Link copied to clipboard
When used in conjunction with method@CookieJar.get_cookie_list_with_same_site_info this sets the policy of when this cookie should be exposed.
Link copied to clipboard
Serializes @cookie in the format used by the Cookie header (ie, for returning a cookie from a class@Session to a server).
Link copied to clipboard
Serializes @cookie in the format used by the Set-Cookie header.