This repository has been archived by the owner on Nov 5, 2020. It is now read-only.
Releases: danieleloscozzese/serve
Releases · danieleloscozzese/serve
Add a go.mod file
Adds a go.mod
file so the library can be treated as a module.
Add CORS support
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.