object Headers
- Source
- Headers.scala
- Alphabetic
- By Inheritance
- Headers
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- implicit lazy val HeadersOrder: Order[Headers]
- val SensitiveHeaders: Set[CIString]
-
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 aHeader[A]
in scope - A (name, value) pair ofString
- AHeader.Raw
- AFoldable
(List
,Option
, etc) of the above. - val empty: Headers
- implicit val headersMonoid: Monoid[Headers]
- implicit val headersShow: Show[Headers]