Skip to content

Cors

Cors is a middleware that handles Cross-Origin Resource Sharing (CORS) requests. It allows you to specify which origins are permitted to access your resources, as well as which HTTP methods and headers are allowed.

go
mcors "github.com/rakunlabs/ada/middleware/cors"