HeaderWithKey
harness.endpoint.spec.HeaderCodec$.HeaderWithKey
sealed trait HeaderWithKey[A, B] extends WithKey[A, B]
Attributes
- Graph
-
- Supertypes
- Known subtypes
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