Packages

sealed trait ToRaw extends AnyRef

Target for implicit conversions to Header.Raw from modelled headers and key-value pairs.

A method taking variadic ToRaw arguments will allow taking heteregenous 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.

Source
Header.scala
See also

org.http4s.Headers$.apply

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ToRaw
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def values: List[Raw]