Packages

object Headers

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

Value Members

  1. implicit lazy val HeadersOrder: Order[Headers]
  2. val SensitiveHeaders: Set[CIString]
  3. def apply(headers: ToRaw*): Headers

    Creates a new Headers collection.

    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.

  4. val empty: Headers
  5. implicit val headersMonoid: Monoid[Headers]
  6. implicit val headersShow: Show[Headers]