SetCookie

scamper.http.cookies.SetCookie
See theSetCookie companion object
trait SetCookie extends Cookie

Defines HTTP response cookie.

Attributes

See also
Companion
object
Graph
Supertypes
trait Cookie
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def domain: Option[String]

Gets cookie domain.

Gets cookie domain.

Attributes

def expires: Option[Instant]

Gets maximum liftetime of cookie represented as time of expiry.

Gets maximum liftetime of cookie represented as time of expiry.

Attributes

def httpOnly: Boolean

Tests HTTP only cookie.

Tests HTTP only cookie.

Attributes

def maxAge: Option[Long]

Gets maximum liftetime of cookie represented as number of seconds until expiry.

Gets maximum liftetime of cookie represented as number of seconds until expiry.

Attributes

def path: Option[String]

Gets cookie path.

Gets cookie path.

Attributes

def secure: Boolean

Tests for secure cookie.

Tests for secure cookie.

Attributes

Concrete methods

Converts to PlainCookie.

Converts to PlainCookie.

Attributes

Inherited methods

def name: String

Gets cookie name.

Gets cookie name.

Attributes

Inherited from:
Cookie
def value: String

Gets cookie value.

Gets cookie value.

Attributes

Inherited from:
Cookie