Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Releases: danieleloscozzese/serve

Add a go.mod file

24 Apr 14:16
f31d9ba
Compare
Choose a tag to compare

Adds a go.mod file so the library can be treated as a module.

Add CORS support

24 Apr 14:18
aa3a73a
Compare
Choose a tag to compare

This is a tiny update to the original library which allows for very basic CORS support when the -cors true flag is passed.

The header Access-Control-Allow-Origin: * is set on all requests in this case.