An open API service providing security vulnerability metadata for many open source software ecosystems.

go

github.com/rs/cors

go

Package cors is net/http handler to handle CORS related requests as defined by http://www.w3.org/TR/cors/ You can configure it by passing an option struct to cors.New: Then insert the handler in the chain: See Options documentation for more options. The resulting handler is a standard net/http handler.

View on github.com · View on proxy.golang.org