Headers

object Headers
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(headers: ToRaw*): Headers

Creates a new Headers collection. The Header.ToRaw machinery allows the creation of Headers with variadic and heteregenous arguments, provided they are either:

Creates a new Headers collection. The Header.ToRaw machinery allows the creation of Headers with variadic and heteregenous arguments, provided they are either:

  • A value of type A which has a Header[A] in scope
  • A (name, value) pair of String
  • A Header.Raw
  • A Foldable (List, Option, etc) of the above.

Concrete fields

val SensitiveHeaders: Set[CIString]

Implicits

Implicits

implicit lazy val HeadersOrder: Order[Headers]
implicit val headersMonoid: Monoid[Headers]
implicit val headersShow: Show[Headers]