Required
harness.endpoint.spec.HeaderCodec$.Required
sealed trait Required[A] extends HeaderCodec[A]
Attributes
- Graph
-
- Supertypes
- Known subtypes
- Self type
-
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
def decodeInternal(headers: Map[String, List[String]], cookies: Map[String, String]): Either[DecodingFailure, Decoded[A]]
Attributes
- Inherited from:
- HeaderCodec
Attributes
- Inherited from:
- HeaderCodec
Attributes
- Inherited from:
- HeaderCodec
Attributes
- Inherited from:
- HeaderCodec
Concrete fields
In this article