# 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.