Automatically support OPTIONS requests on all endpoints. This is important for CORS requests (e.g. attempt to use a plumber API through http://petstore.swagger.io/ and it will initially send an OPTIONS requests which fails since that verb isn't supported.
Automatically support OPTIONS requests on all endpoints. This is important for CORS requests (e.g. attempt to use a plumber API through http://petstore.swagger.io/ and it will initially send an OPTIONS requests which fails since that verb isn't supported.