akka.http.scaladsl.model.headers

Access-Control-Allow-Origin

object Access-Control-Allow-Origin extends ModeledCompanion with Serializable

Source
headers.scala
Linear Supertypes
Serializable, Serializable, ModeledCompanion, Renderable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Access-Control-Allow-Origin
  2. Serializable
  3. Serializable
  4. ModeledCompanion
  5. Renderable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. val *: Access-Control-Allow-Origin

  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. def apply(origin: HttpOrigin): Access-Control-Allow-Origin

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def forRange(range: HttpOriginRange): Access-Control-Allow-Origin

    Creates an Access-Control-Allow-Origin header for the given origin range.

    Creates an Access-Control-Allow-Origin header for the given origin range.

    CAUTION: Even though allowed by the spec (http://www.w3.org/TR/cors/#access-control-allow-origin-response-header) Access-Control-Allow-Origin headers with more than a single origin appear to be largely unsupported in the field. Make sure to thoroughly test such usages with all expected clients!

  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. val lowercaseName: String

    Definition Classes
    ModeledCompanion
  18. val name: String

    Definition Classes
    ModeledCompanion
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. val null: Access-Control-Allow-Origin

  23. final def render[R <: Rendering](r: R): r.type

    Definition Classes
    ModeledCompanion → Renderable
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from ModeledCompanion

Inherited from Renderable

Inherited from AnyRef

Inherited from Any

Ungrouped