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

Value members

Concrete methods

final def hasContentType(value: CharSequence): Boolean
final def hasFormMultipartContentType: Boolean
final def hasFormUrlencodedContentType: Boolean
final def hasHeader(name: CharSequence): Boolean
final def hasHeader(headerType: HeaderType): Boolean
final def hasHeader(header: Header): Boolean
final def hasJsonContentType: Boolean
final def hasMediaType(mediaType: MediaType): Boolean
final def hasTextPlainContentType: Boolean
final def hasXhtmlXmlContentType: Boolean
final def hasXmlContentType: Boolean