r0man / ring-cors

Ring middleware for Cross-Origin Resource Sharing.
http://github.com/r0man/ring-cors
166 stars 44 forks source link

I've done the work to make this compatible with ring async, PR? #24

Open bhauman opened 6 years ago

bhauman commented 6 years ago

I had to adapt this so that it will work in an ring async context. Would you like me to send a PR?

r0man commented 6 years ago

@bhauman yes, please!

iku000888 commented 5 years ago

Is this fixed by #27 ?