Associated Cookie
@Serializable
A cookie associated with the request which may or may not be sent with it. Includes the cookies itself and reasons for blocking or exemption.
Constructors
Link copied to clipboard
constructor(cookie: Cookie, blockedReasons: List<CookieBlockedReason>, exemptionReason: CookieExemptionReason? = null)