detailyang / lua-resty-cors

It's the implement of CORS on OpenResty
MIT License
56 stars 18 forks source link

Upgrade to latest version #3

Closed Lawri-van-Buel closed 6 years ago

Lawri-van-Buel commented 6 years ago

Hello detailyang, I created an updated version of your code on OPM but since your the author I think its only right if you create a proper new realease (including OPM release) I added all the code changes I have doen to this repo to get it accepted by OPM so you can check it out at your leasure.

Lawri-van-Buel

Lawri-van-Buel commented 6 years ago

Also added soem code to check if a method is allready allowed and than to not include it in the list a second time.