WSCookie

play.api.libs.ws.WSCookie
trait WSCookie

A WS Cookie.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def domain: Option[String]

The domain.

The domain.

Attributes

def httpOnly: Boolean

If the cookie is HTTPOnly.

If the cookie is HTTPOnly.

Attributes

def maxAge: Option[Long]

The maximum age. If negative, then returns None.

The maximum age. If negative, then returns None.

Attributes

def name: String

The cookie name.

The cookie name.

Attributes

def path: Option[String]

The path.

The path.

Attributes

def secure: Boolean

If the cookie is secure.

If the cookie is secure.

Attributes

def value: String

The cookie value.

The cookie value.

Attributes