Builder

class Builder(val name: String, val value: String)(source)

Constructors

Link copied to clipboard
constructor(name: String, value: String)

Properties

Link copied to clipboard

Cookie domain.

Link copied to clipboard

Cookie expiration date, session cookie if not set

Link copied to clipboard

True if cookie is http-only.

Link copied to clipboard

Cookie name.

Link copied to clipboard

Cookie partition key. The site of the top-level URL the browser was visiting at the start of the request to the endpoint that set the cookie. If not set, the cookie will be set as not partitioned.

Link copied to clipboard
var path: String?

Cookie path.

Link copied to clipboard

Cookie Priority type.

Link copied to clipboard

True if cookie is SameParty.

Link copied to clipboard

Cookie SameSite type.

Link copied to clipboard

True if cookie is secure.

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.

Link copied to clipboard
var url: String?

The request-URI to associate with the setting of the cookie. This value can affect the default domain, path, source port, and source scheme values of the created cookie.

Link copied to clipboard

Cookie value.

Functions

Link copied to clipboard