package scaladsl
Content Hierarchy
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait CorsDirectives extends AnyRef
Provides directives that implement the CORS mechanism, enabling cross origin requests.
Provides directives that implement the CORS mechanism, enabling cross origin requests.
- See also
- final case class CorsRejection(cause: Cause) extends javadsl.CorsRejection with Rejection with Product with Serializable
Rejection created by the CORS directives.
Rejection created by the CORS directives. Signal the CORS request was rejected. The reason of the rejection is specified in the cause.
Value Members
- object CorsDirectives extends CorsDirectives
- object CorsRejection extends Serializable