harness.endpoint.spec.HeaderCodec$.HeaderOrCookieOptional
See theHeaderOrCookieOptional companion object
final case class HeaderOrCookieOptional[A](key: String, schema: Schema[A]) extends HeaderOrCookieWithKey[A, Option[A]], Optional[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:
- HeaderOrCookieWithKey
Attributes
- Inherited from:
- WithKey
Attributes
- Inherited from:
- HeaderOrCookieWithKey
Attributes
- Inherited from:
- Optional
Attributes
- Inherited from:
- Optional
Attributes
- Inherited from:
- WithKey
Attributes
- Inherited from:
- WithKey
Attributes
- Inherited from:
- HeaderCodec
In this article