Versions in this module Expand all Collapse all v1 v1.0.1 Sep 15, 2025 v1.0.0 Sep 12, 2025 Changes in this version + func New(_ context.Context, next http.Handler, config *Config, name string) (http.Handler, error) + type Config struct + Debug bool + MatchStatus []int + ReplaceStatus int + func CreateConfig() *Config + type StatusCodeReplacer struct + Debug bool + MatchStatus []int + ReplaceStatus int + func (r *StatusCodeReplacer) ServeHTTP(rw http.ResponseWriter, req *http.Request)