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

Method Suffix

modules/caddyhttp/encode/encode.go:589–589  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

587type Precompressed interface {
588 AcceptEncoding() string
589 Suffix() string
590}
591
592// defaultMinLength is the minimum length at which to compress content.

Callers 2

ProvisionMethod · 0.65
ServeHTTPMethod · 0.65

Implementers 1

BrotliPrecompressedmodules/caddyhttp/encode/brotli/brotli

Calls

no outgoing calls

Tested by

no test coverage detected