Cookie

net.ivoah.vial.Cookie
case class Cookie(name: String, value: String, domain: Option[String], expires: Option[Instant], httpOnly: Option[Boolean], maxAge: Option[Int], partitioned: Option[Boolean], path: Option[String], sameSite: Option[SameSite])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product