Packages

package scaladsl

Content Hierarchy
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package model
  2. package settings

Type Members

  1. 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

    CORS W3C Recommendation

    RFC 6454

  2. 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

  1. object CorsDirectives extends CorsDirectives
  2. object CorsRejection extends Serializable

Ungrouped