Cors

@Serializable
class Cors(val hosts: List<Server.Host> = listOf())(source)

Configuration for CORS.

See also: https://ktor.io/docs/cors.html See also: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS

Constructors

Link copied to clipboard
constructor(hosts: List<Server.Host> = listOf())

Properties

Link copied to clipboard