fun method(method: HttpMethod): Unit
Please note that CORS operates ONLY with REAL HTTP methods
and will never consider overridden methods via X-Http-Method-Override
.
However you can add them here if you are implementing CORS at client side from the scratch
that you generally don't need to do.