harness.endpoint.spec.HeaderCodec$.HeaderRequired
See theHeaderRequired companion object
final case class HeaderRequired[A](key: String, schema: Schema[A]) extends HeaderWithKey[A, A], Required[A]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Required[A]trait HeaderCodec[A]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
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:
- WithKey
Attributes
- Inherited from:
- HeaderCodec
Attributes
- Inherited from:
- HeaderCodec
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Inherited fields
Attributes
- Inherited from:
- HeaderWithKey
Attributes
- Inherited from:
- WithKey
Attributes
- Inherited from:
- HeaderWithKey
Attributes
- Inherited from:
- Required
Attributes
- Inherited from:
- Required
Attributes
- Inherited from:
- WithKey
Attributes
- Inherited from:
- WithKey
Attributes
- Inherited from:
- HeaderCodec
In this article