Cookie

zio.http.Header$.Cookie$
See theCookie companion class
object Cookie extends HeaderType

The Cookie HTTP request header contains stored HTTP cookies associated with the server.

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

Types

override type HeaderValue = Cookie

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

override def name: String

Attributes

Definition Classes
def render(cookie: Cookie): String