package
0.0.0-20230911082234-9be93d0c46a8
Repository: https://github.com/mewway/go-laravel.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.
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.