Versions in this module Expand all Collapse all v2 v2.8.4 Sep 29, 2024 Changes in this version + func AcceptedEncodings(r *http.Request, preferredOrder []string) []string + type Encode struct + EncodingsRaw kengine.ModuleMap + Matcher *kenginehttp.ResponseMatcher + MinLength int + Prefer []string + func (Encode) KengineModule() kengine.ModuleInfo + func (enc *Encode) Match(rw *responseWriter) bool + func (enc *Encode) Provision(ctx kengine.Context) error + func (enc *Encode) ServeHTTP(w http.ResponseWriter, r *http.Request, next kenginehttp.Handler) error + func (enc *Encode) UnmarshalKenginefile(d *kenginefile.Dispenser) error + func (enc *Encode) Validate() error + type Encoder interface + Flush func() error + Reset func(io.Writer) + type Encoding interface + AcceptEncoding func() string + NewEncoder func() Encoder + type Precompressed interface + AcceptEncoding func() string + Suffix func() string Other modules containing this package github.com/khulnasoft/kengine