Headers

object Headers extends Module[Headers]
Companion:
class
class Object
trait Matchable
class Any
Headers.type

Value members

Concrete methods

override def fromVector(v: Vector[(String, String)]): Headers
Definition Classes

Inherited methods

final def apply(kvs: (String, String)*): Headers
Inherited from:
Module
final def fromJavaMultimap[C <: Collection[String]](multimap: Map[String, C]): Headers
Inherited from:
Module
final def fromMap(m: Map[String, String]): Headers
Inherited from:
Module
final def fromMultimap[C <: Iterable[String]](m: Map[String, C]): Headers
Inherited from:
Module
final def fromSeq(s: Seq[(String, String)]): Headers
Inherited from:
Module

Inherited fields

final val empty: Headers
Inherited from:
Module

Implicits

Inherited implicits

final implicit def univEq: UnivEq[Headers]
Inherited from:
Module