package
1.4.1
Repository: https://github.com/ginx-contribs/ginx.git
Documentation: pkg.go.dev

# Functions

AllowAll creates a new CORS Gin middleware with permissive configuration allowing all origins with all standard methods with any header and credentials.
Default creates a new CORS Gin middleware with default options.
New creates a new CORS Gin middleware with the provided options.

# Type aliases

Options is a configuration container to setup the CORS middleware.