Versions in this module Expand all Collapse all v0 v0.0.2 Jul 17, 2025 v0.0.1 Jul 17, 2025 Changes in this version + func New(ctx context.Context, next http.Handler, config *Config, name string) (http.Handler, error) + type Config struct + ExactMatch []string + Regex []string + SilentStartUp bool + StatusCode int + func CreateConfig() *Config