org.http4s.Header$
See theHeader companion trait
object Header
Attributes
- Companion:
- trait
- Source:
- Header.scala
- Graph
- Supertypes
- Self type
- Header.type
Members list
Concise view
Type members
Classlikes
trait LowPrio
Attributes
- Source:
- Header.scala
- Graph
- Supertypes
- Known subtypes
- object Select.type
Attributes
- Companion:
- object
- Source:
- Header.scala
- Graph
- Supertypes
object Raw
Attributes
- Companion:
- class
- Source:
- Header.scala
- Graph
- Supertypes
- Self type
- Raw.type
Attributes
- Source:
- Header.scala
- Graph
- Supertypes
Attributes
- Companion:
- trait
- Source:
- Header.scala
- Graph
- Supertypes
- Self type
- Select.type
Abstracts over Single and Recurring Headers
Abstracts over Single and Recurring Headers
Attributes
- Companion:
- object
- Source:
- Header.scala
- Graph
- Supertypes
Attributes
- Source:
- Header.scala
- Graph
- Supertypes
object ToRaw
Attributes
- Companion:
- trait
- Source:
- Header.scala
- Graph
- 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 aHeader[A]
in scope - A (name, value) pair of
String
, which is treated as aRecurring
header - A
Header.Raw
- A
Foldable
(List
,Option
, etc) of the above.
Attributes
- See also:
- Companion:
- object
- Source:
- Header.scala
- Graph
- 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
- Graph
- Supertypes
- Known subtypes
Value members
Concrete methods
Attributes
- Source:
- Header.scala