newtang / expresso

A faster, safer, backwards compatible router alternative for Express.
MIT License
5 stars 0 forks source link

Support for OPTIONS * #17

Open newtang opened 3 years ago

newtang commented 3 years ago

A request for OPTIONS * can be made, and we don't support it.

MDN Details. Router test indicating support