Headers

object Headers
Companion:
class
Source:
Headers.scala
class Object
trait Matchable
class Any
Headers.type

Value members

Concrete methods

def apply(headers: Header*): Headers

Creates a new Headers instance from the specified Headers.

Creates a new Headers instance from the specified Headers.

Source:
Headers.scala
def fromChain(headers: Chain[Header]): Headers

Creates a new Headers instance from the specified Chain of Headers.

Creates a new Headers instance from the specified Chain of Headers.

Source:
Headers.scala

Creates a new Headers instance from the specified Iterable of Headers.

Creates a new Headers instance from the specified Iterable of Headers.

Source:
Headers.scala
def fromSeq(headers: Seq[Header]): Headers

Creates a new Headers instance from the specified Seq of Headers.

Creates a new Headers instance from the specified Seq of Headers.

Source:
Headers.scala

Concrete fields

The empty Headers instance without any Headers.

The empty Headers instance without any Headers.

Source:
Headers.scala

Implicits

Implicits

implicit val headersEq: Eq[Headers]
implicit val headersShow: Show[Headers]