package
1.9.29
Repository: https://github.com/infraboard/mcube.git
Documentation: pkg.go.dev

# Functions

AllowAll create a new Cors handler with permissive configuration allowing all origins with all standard methods with any header and credentials.
Default creates a new Cors handler with default options.
New creates a new Cors handler with the provided options.

# Structs

Options is a configuration container to setup the CORS middleware.

# Interfaces

Cors interface.