CORS

object CORS

Cross Origin Resource Sharing

See also
class Object
trait Matchable
class Any

Value members

Concrete methods

def allow(origins: String): CORS
def allow(origins: String, methods: String, headers: String): CORS
def expose(header: String): CORS
def maxage(age: Int): CORS