Versions in this module Expand all Collapse all v1 v1.0.1 Jul 1, 2026 Changes in this version + func New(_ context.Context, next http.Handler, cfg *Config, name string) (http.Handler, error) + type Config struct + AddStatusHeader bool + Cleanup int + MaxExpiry int + MaxHeaderKeyLen int + MaxHeaderPairs int + MaxHeaderValueLen int + Path string + QueryInKey bool + StripResponseCookies bool + UpdateTimeout int + func CreateConfig() *Config