Versions in this module Expand all Collapse all v0 v0.3.8 Jan 10, 2025 v0.3.7 Dec 30, 2024 Changes in this version + func New() middleware.Configurable[Options] + func Value(ctx context.Context) (enabled bool) + type CORS struct + func (c *CORS) Handler(next http.Handler) http.Handler + func (c *CORS) Settings(configuration ...func(o *Options)) middleware.Configurable[Options] + type Options struct + Debug bool