Versions in this module Expand all Collapse all v0 v0.1.3 Mar 23, 2021 v0.1.2 Mar 19, 2021 v0.1.1 Mar 19, 2021 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 + MaxExpiry int + Path string + func CreateConfig() *Config