abstract fun allowedMethods(methods: MutableSet<HttpMethod>): CorsHandler
Add a set of allowed methods
methods - the methods to add
methods
Return a reference to this, so the API can be used fluently