# Functions
AllowAll creates a new CORS Gin middleware with permissive configuration allowing all origins with all standard methods with any header and credentials.
No description provided by the author
Default creates a new CORS Gin middleware with default options.
New creates a new CORS Gin middleware with the provided options.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Type aliases
Options is a configuration container to setup the CORS middleware.