InvalidMethod

ch.megard.akka.http.cors.javadsl.CorsRejection$.InvalidMethod
trait InvalidMethod extends Cause

Signals the CORS request was rejected because its method was invalid.

Attributes

Graph
Supertypes
trait Cause
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def getMethod: HttpMethod

Inherited methods

def description: String

Description of this Cause in a human-readable format. Can be used for debugging or custom Rejection handlers.

Description of this Cause in a human-readable format. Can be used for debugging or custom Rejection handlers.

Attributes

Inherited from:
Cause