Versions in this module Expand all Collapse all v0 v0.1.0 Dec 7, 2023 Changes in this version + func New(ctx context.Context, next http.Handler, config *Config, name string) (http.Handler, error) + type Charset struct + From string + To string + type Config struct + Charset Charset + func CreateConfig() *Config + type Utf8ConverterMiddleware struct + func (m *Utf8ConverterMiddleware) ServeHTTP(w http.ResponseWriter, r *http.Request)