Versions in this module Expand all Collapse all v0 v0.0.7 Aug 2, 2025 Changes in this version + func New(_ context.Context, next http.Handler, cfg *Config, name string) (http.Handler, error) + type Config struct + AddStatusHeader bool + BlacklistedHeaders []string + CacheQueryParams bool + Cleanup int + ForceNoCacheHeader bool + MaxExpiry int + Path string + func CreateConfig() *Config