GetDicomServiceCor

data class GetDicomServiceCor(val allowCredentials: Boolean, val allowedHeaders: List<String>, val allowedMethods: List<String>, val allowedOrigins: List<String>, val maxAgeInSeconds: Int)

Constructors

Link copied to clipboard
constructor(allowCredentials: Boolean, allowedHeaders: List<String>, allowedMethods: List<String>, allowedOrigins: List<String>, maxAgeInSeconds: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to allow credentials in CORS.

Link copied to clipboard

A list of allowed headers for CORS.

Link copied to clipboard

A list of allowed methods for CORS.

Link copied to clipboard

A list of allowed origins for CORS.

Link copied to clipboard

The maximum age in seconds for the CORS configuration.