harness.endpoint.spec.HeaderCodec$.HeaderMany
See theHeaderMany companion object
final case class HeaderMany[A](key: String, schema: Schema[A]) extends HeaderWithKey[A, List[A]], Many[A]
Attributes
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:
- Many
Attributes
- Inherited from:
- Many
Attributes
- Inherited from:
- WithKey
Attributes
- Inherited from:
- WithKey
Attributes
- Inherited from:
- HeaderCodec
In this article