CookieWithKey
harness.endpoint.spec.HeaderCodec$.CookieWithKey
sealed trait CookieWithKey[A, B] extends WithKey[A, B]
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class CookieOptional[A]class CookieRequired[A]
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- HeaderCodec
final def decode(headers: Map[String, List[String]], cookies: Map[String, String]): Either[DecodingFailure, A]
Attributes
- Inherited from:
- HeaderCodec
override def decodeInternal(headers: Map[String, List[String]], cookies: Map[String, String]): Either[DecodingFailure, Decoded[B]]
Attributes
- Definition Classes
- Inherited from:
- WithKey
Attributes
- Inherited from:
- WithKey
Attributes
- Inherited from:
- HeaderCodec
Attributes
- Inherited from:
- WithKey
Attributes
- Inherited from:
- HeaderCodec
Attributes
- Inherited from:
- HeaderCodec
Concrete fields
In this article