Package akka.http.javadsl.server
Interface MissingHeaderRejection
-
- All Superinterfaces:
Rejection
- All Known Implementing Classes:
MissingHeaderRejection
public interface MissingHeaderRejection extends Rejection
Rejection created by header directives. Signals that the request was rejected because a required header could not be found.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
headerName()
-