MCPcopy
hub / github.com/caddyserver/caddy / Gzip

Struct Gzip

modules/caddyhttp/encode/gzip/gzip.go:33–35  ·  view source on GitHub ↗

Gzip can create gzip encoders.

Source from the content-addressed store, hash-verified

31
32// Gzip can create gzip encoders.
33type Gzip struct {
34 Level int `json:"level,omitempty"`
35}
36
37// CaddyModule returns the Caddy module information.
38func (Gzip) CaddyModule() caddy.ModuleInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected