Headers

zio.http.Headers
See theHeaders companion trait
object Headers

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Headers.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(name: CharSequence, value: CharSequence): Headers
def apply(tuple2: (CharSequence, CharSequence)): Headers
def apply(headers: Header*): Headers
def apply(iter: Iterable[Header]): Headers
def empty: Headers
def fromIterable(iter: Iterable[Header]): Headers
def ifThenElse(cond: Boolean)(onTrue: => Headers, onFalse: => Headers): Headers
def when(cond: Boolean)(headers: => Headers): Headers