org.http4s.Headers
See theHeaders companion class
object Headers
Attributes
- Companion
- class
- Source
- Headers.scala
- Graph
-
- Supertypes
- Self type
-
Headers.type
Members list
Value members
Concrete methods
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.
Attributes
- Source
- Headers.scala
Deprecated methods
Attributes
- Deprecated
- true
- Source
- Headers.scala
Implicits
Implicits
Attributes
- Source
- Headers.scala
Attributes
- Source
- Headers.scala
Attributes
- Source
- Headers.scala
In this article