Cookie

harness.http.server.Cookie
See theCookie companion object
final case class Cookie

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def cookieString: String
def isUnset: Boolean
def maxAge(a: Option[Int]): Cookie
inline def maxAge(a: Int): Cookie
def name: String
def path(p: Option[String]): Cookie
inline def path(p: String): Cookie
inline def rootPath: Cookie
def sameSite(ss: Option[SameSite]): Cookie
inline def sameSite(ss: SameSite): Cookie
def secure(s: Boolean): Cookie
inline def secure: Cookie
def value: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product