RequestCookieDecoder

zio.http.CookieDecoder$.RequestCookieDecoder$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited classlikes

trait UnsafeAPI

Attributes

Inherited from:
CookieDecoder
Graph
Supertypes
class Object
trait Matchable
class Any

Types

override type Out = List[Cookie[Request]]

Value members

Inherited methods

final def apply(cookie: String)(implicit unsafe: Unsafe): Out

Attributes

Inherited from:
CookieDecoder

Concrete fields

final override val unsafe: UnsafeAPI