HeaderChecks

trait HeaderChecks[+A]

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

NOTE: Add methods here, if it tests the Headers for something, and returns a true or false based on if the conditions are met or not.

class Object
trait Matchable
class Any
HeaderExtension[A] & A

Value members

Concrete methods

final def hasContentType(value: CharSequence): Boolean
final def hasHeader(name: CharSequence, value: CharSequence): Boolean
final def hasHeader(name: CharSequence): Boolean