Gzip can create gzip encoders.
| 31 | |
| 32 | // Gzip can create gzip encoders. |
| 33 | type Gzip struct { |
| 34 | Level int `json:"level,omitempty"` |
| 35 | } |
| 36 | |
| 37 | // CaddyModule returns the Caddy module information. |
| 38 | func (Gzip) CaddyModule() caddy.ModuleInfo { |
nothing calls this directly
no outgoing calls
no test coverage detected