kevmoo / dhttpd

A simple HTTP server that can serve up any directory, built with Dart.
https://pub.dev/packages/dhttpd
BSD 3-Clause "New" or "Revised" License
107 stars 30 forks source link

CORS #22

Open aloisdeniel opened 5 years ago

aloisdeniel commented 5 years ago

It would be useful during development phase to be able to have --cors flag to add Access-Control-Allow-Origin header to responses.