sttp.tapir.server.interceptor.cors

Members list

Concise view

Type members

Classlikes

case class CORSConfig(allowedOrigin: AllowedOrigin, allowedCredentials: AllowedCredentials, allowedMethods: AllowedMethods, allowedHeaders: AllowedHeaders, exposedHeaders: ExposedHeaders, maxAge: MaxAge, preflightResponseStatusCode: StatusCode)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object CORSConfig

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
class CORSInterceptor[F[_]] extends RequestInterceptor[F]

Attributes

Companion:
object
Graph
Supertypes
trait Interceptor[F]
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type