Attributes
- Companion
- trait
- Source
- Header.scala
- Graph
-
- Supertypes
- Self type
-
Header.type
Members list
Type members
Classlikes
Attributes
- Source
- Header.scala
- Supertypes
- Known subtypes
-
object Select
Attributes
- Companion
- object
- Source
- Header.scala
- Supertypes
Attributes
- Companion
- class
- Source
- Header.scala
- Supertypes
- Self type
-
Raw.type
Attributes
- Source
- Header.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Typeclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- trait
- Source
- Header.scala
- Supertypes
- Self type
-
Select.type
Abstracts over Single and Recurring Headers
Abstracts over Single and Recurring Headers
Attributes
- Companion
- object
- Source
- Header.scala
- Supertypes
Attributes
- Source
- Header.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Typeclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- trait
- Source
- Header.scala
- Supertypes
- Self type
-
ToRaw.type
Target for implicit conversions to Header.Raw from modelled headers and key-value pairs.
Target for implicit conversions to Header.Raw from modelled headers and key-value pairs.
A method taking variadic ToRaw
arguments will allow taking heterogeneous arguments, provided they are either:
- A value of type A
which has a Header[A]
in scope - A (name, value) pair of String
, which is treated as a Recurring
header - A Header.Raw
- A Foldable
(List
, Option
, etc) of the above.
Attributes
- See also
- Companion
- object
- Source
- Header.scala
- Supertypes
Classifies modelled headers into Single
headers, which can only appear once, and Recurring
headers, which can appear multiple times.
Classifies modelled headers into Single
headers, which can only appear once, and Recurring
headers, which can appear multiple times.
Attributes
- Source
- Header.scala
- Supertypes
- Known subtypes