Versions in this module Expand all Collapse all v0 v0.2.0 Jul 4, 2023 v0.1.0 Jun 19, 2023 Changes in this version + func New(_ context.Context, next http.Handler, config *Config, _ string) (http.Handler, error) + type Config struct + InputHeader string + OutputHeader string + func CreateConfig() *Config + type HeaderHasher struct + func (a *HeaderHasher) ServeHTTP(rw http.ResponseWriter, req *http.Request)