Versions in this module Expand all Collapse all v0 v0.1.2 Sep 7, 2025 Changes in this version + func New(ctx context.Context, next http.Handler, config *Config, name string) (http.Handler, error) + type Config struct + BypassHeaders map[string]string + DisableExplicitFlush bool + RequestHeaders map[string]string + ResponseHeaders map[string]string + StrictHeaderCheck bool + func CreateConfig() *Config + type Plugin struct + func (p *Plugin) ServeHTTP(rw http.ResponseWriter, req *http.Request)