CookieParam
@Serializable
Cookie parameter object
Constructors
Link copied to clipboard
constructor(name: String, value: String, url: String? = null, domain: String? = null, path: String? = null, secure: Boolean? = null, httpOnly: Boolean? = null, sameSite: Network.CookieSameSite? = null, expires: Double? = null, priority: Network.CookiePriority? = null, sameParty: Boolean? = null, sourceScheme: Network.CookieSourceScheme? = null, sourcePort: Int? = null, partitionKey: Network.CookiePartitionKey? = null)
Properties
Link copied to clipboard
Cookie partition key. If not set, the cookie will be set as not partitioned.
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.