CookieSpecification

Specifies a single cookie or set of cookies in an end user's browser.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The domain of the cookie.

Link copied to clipboard
val name: String?

The name of the cookie.

Link copied to clipboard
val path: String?

The path of the cookie.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String