Versions in this module Expand all Collapse all v1 v1.0.2 Oct 5, 2023 v1.0.1 Oct 5, 2023 Changes in this version + var ConfigDefault = Config + func New(config ...Config) fiber.Handler + type Config struct + AllowCredentials bool + AllowHeaders string + AllowMethods string + AllowOrigins string + AllowOriginsFunc func(origin string) bool + ExposeHeaders string + MaxAge int + Next func(c *fiber.Ctx) bool