Cookie
@Serializable
Cookie object
Constructors
Link copied to clipboard
constructor(name: String, value: String, domain: String, path: String, expires: Double, size: Int, httpOnly: Boolean, secure: Boolean, session: Boolean, sameSite: Network.CookieSameSite? = null, priority: Network.CookiePriority, sameParty: Boolean, sourceScheme: Network.CookieSourceScheme, sourcePort: Int, partitionKey: Network.CookiePartitionKey? = null, partitionKeyOpaque: Boolean? = null)
Properties
Link copied to clipboard
Cookie partition key.
Link copied to clipboard
True if cookie partition key is opaque.
Link copied to clipboard
Cookie Priority
Link copied to clipboard
Cookie SameSite type.
Link copied to clipboard
Cookie source port. Valid values are {-1, 1, 65535}, -1 indicates an unspecified port. An unspecified port value allows protocol clients to emulate legacy cookie scope for the port. This is a temporary ability and it will be removed in the future.
Link copied to clipboard
Cookie source scheme type.