Cookie

harness.http.server.Cookie$
See theCookie companion class
object Cookie

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Cookie.type

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply[V](name: String, value: V)(implicit encoder: StringEncoder[V]): Cookie
def json[V](name: String, value: V)(implicit encoder: JsonEncoder[V]): Cookie
def unset(name: String): Cookie