abstract fun allowedHeaders(headerNames: MutableSet<String>): CorsHandler
Add a set of allowed headers
headerNames - the allowed header names
headerNames
Return a reference to this, so the API can be used fluently