Class CorsRejection.InvalidMethod

java.lang.Object
org.apache.pekko.http.cors.scaladsl.CorsRejection.InvalidMethod
All Implemented Interfaces:
Serializable, CorsRejection.Cause, CorsRejection.InvalidMethod, CorsRejection.Cause, scala.Equals, scala.Product
Enclosing class:
CorsRejection

public static final class CorsRejection.InvalidMethod extends Object implements CorsRejection.InvalidMethod, CorsRejection.Cause, scala.Product, Serializable
Signals the CORS request was rejected because its method was invalid.
See Also: