Cors

zio.http.middleware.Cors$
object Cors

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Cors.type

Members list

Concise view

Type members

Classlikes

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]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any