mikedeboer / jsDAV

jsDAV allows you to easily add WebDAV support to a NodeJS application. jsDAV is meant to cover the entire standard, and attempts to allow integration using an easy to understand API.
http://www.mikedeboer.nl
MIT License
681 stars 159 forks source link

CORS functionality for jsDAV #73

Closed bedney closed 11 years ago

bedney commented 11 years ago

This is a slight update to John Barton's CORS plugin made to work under the 0.3.0 plugin architecture. It also contains a few cleanups.

mikedeboer commented 11 years ago

thanks for this contribution! I like it :smile:

bedney commented 11 years ago

Changes made per your comments. Resubmitting for your approval.

mikedeboer commented 11 years ago

aaaand it's in!