vertx / io.vertx.ext.web.handler / CorsHandler / allowedMethods

allowedMethods

abstract fun allowedMethods(methods: MutableSet<HttpMethod>): CorsHandler

Add a set of allowed methods

Parameters

methods - the methods to add

Return
a reference to this, so the API can be used fluently