Skip to content

ImplicitOptionsMiddleware

Alexandre Debusschère edited this page Aug 14, 2020 · 1 revision

This middleware adds implicit support for OPTIONS requests because the HTTP spec recommends servers should support OPTIONS requests and provides support for handling OPTIONS requests to routed middleware when the route does not explicitly allow for the method.

Clone this wiki locally