org.http4s.Header$.ToRaw
See theToRaw companion object
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