kachayev / nasus

Zero-configuration command-line async HTTP files server in Clojure. Like Python's SimpleHTTPServer but scalable.
MIT License
166 stars 9 forks source link

CORS headers #9

Closed kachayev closed 5 years ago

kachayev commented 5 years ago
clj -m http.server --cors <pattern>

to include CORS headers into each response.

kachayev commented 5 years ago

Covered in the release 0.1.4.