Versions in this module Expand all Collapse all v0 v0.1.0 Jan 16, 2026 Changes in this version + func New(ctx context.Context, next http.Handler, config *Config, name string) (http.Handler, error) + type Config struct + MatchDomains []string + Replacements []DomainReplacement + func CreateConfig() *Config + type CookieDomainRewriter struct + func (c *CookieDomainRewriter) ServeHTTP(rw http.ResponseWriter, req *http.Request) + type DomainReplacement struct + From string + To string