CORS
constructor(allowedMethods: MutableSet<RASHttpMethods> = mutableSetOf(RASHttpMethods.Delete, RASHttpMethods.Post), allowedHeaders: MutableSet<RASHttpHeaders> = mutableSetOf(
RASHttpHeaders.ContentType,
RASHttpHeaders.Authorization
), allowedHosts: MutableSet<String> = mutableSetOf("localhost"))