HeaderChecks

zio.http.internal.HeaderChecks
trait HeaderChecks[+A]

Maintains a list of operators that checks if the Headers meet the give constraints.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
HeaderOps[A] & A

Members list

Concise view

Value members

Concrete methods

final def hasContentType(value: CharSequence): Boolean
final def hasHeader(name: CharSequence): Boolean
final def hasHeader(headerType: HeaderType): Boolean
final def hasHeader(header: Header): Boolean
final def hasMediaType(mediaType: MediaType): Boolean