Package

ch.megard.akka.http.cors

scaladsl

Permalink

package scaladsl

Visibility
  1. Public
  2. All

Type Members

  1. trait CorsDirectives extends AnyRef

    Permalink

    Provides directives that implement the CORS mechanism, enabling cross origin requests.

    Provides directives that implement the CORS mechanism, enabling cross origin requests.

    See also

    RFC 6454

    CORS W3C Recommendation

  2. final case class CorsRejection(cause: Cause) extends javadsl.CorsRejection with Rejection with Product with Serializable

    Permalink

    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

  1. object CorsDirectives extends CorsDirectives

    Permalink
  2. object CorsRejection extends Serializable

    Permalink
  3. package model

    Permalink
  4. package settings

    Permalink

Ungrouped