Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/caddyserver/caddy
/ AcceptEncoding
Method
AcceptEncoding
modules/caddyhttp/encode/encode.go:581–581 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
579
// and return the name used in the Accept-Encoding header.
580
type
Encoding
interface
{
581
AcceptEncoding() string
582
NewEncoder() Encoder
583
}
584
Callers
2
addEncoding
Method · 0.65
Provision
Method · 0.65
Implementers
2
Zstd
modules/caddyhttp/encode/zstd/zstd.go
Gzip
modules/caddyhttp/encode/gzip/gzip.go
Calls
no outgoing calls
Tested by
no test coverage detected