Class MissingHeaderRejection

java.lang.Object
akka.http.scaladsl.server.MissingHeaderRejection
All Implemented Interfaces:
MissingHeaderRejection, Rejection, Rejection, Serializable, scala.Equals, scala.Product

public final class MissingHeaderRejection extends Object implements MissingHeaderRejection, Rejection, scala.Product, Serializable
Rejection created by header directives. Signals that the request was rejected because a required header could not be found.
See Also:
  • Constructor Details

    • MissingHeaderRejection

      public MissingHeaderRejection(String headerName)
  • Method Details