kieran / barista

A URL router / generator for NodeJS
https://kieran.github.io/barista/
MIT License
111 stars 22 forks source link

Add OPTIONS support #11

Closed ben-ng closed 11 years ago

ben-ng commented 11 years ago

Adds support for the OPTIONS method for CORS requests.

kieran commented 11 years ago

Looks good! Will merge in now, but it probably won't hit npm until my parser refactor is finished (soon). For 0.8 you can just manually add it to he router.methods array (as you likely already have).

Thanks :-)

ben-ng commented 11 years ago

Thanks (:

ben-ng commented 11 years ago

@kieran any idea when all new stuff is going to hit npm?

kieran commented 11 years ago

Sorry about that - been swamped lately!

I'll merge this in and cut a release now. Finishing the new parser can wait until after this PR :-)

kieran commented 11 years ago

@ben-ng - published v0.0.9, your options are now live in npm :-) Thanks!

ben-ng commented 11 years ago

Awesome, thanks!