MissingHeaderRejection

pl.iterators.stir.server.MissingHeaderRejection
final case class MissingHeaderRejection(headerName: String) extends Rejection

Rejection created by header directives. Signals that the request was rejected because a required header could not be found.

Attributes

Source
Rejection.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Rejection
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product