CorsConfig

final case class CorsConfig(anyOrigin: Boolean, anyMethod: Boolean, allowCredentials: Boolean, allowedOrigins: String => Boolean, allowedMethods: Option[Set[Method]], allowedHeaders: Option[Set[String]], exposedHeaders: Option[Set[String]])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product