Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrotliPrecompressed ¶
type BrotliPrecompressed struct{}
BrotliPrecompressed provides the file extension for files precompressed with brotli encoding.
func (BrotliPrecompressed) AcceptEncoding ¶
func (BrotliPrecompressed) AcceptEncoding() string
AcceptEncoding returns the name of the encoding as used in the Accept-Encoding request headers.
func (BrotliPrecompressed) CaddyModule ¶
func (BrotliPrecompressed) CaddyModule() caddy.ModuleInfo
CaddyModule returns the Caddy module information.
func (BrotliPrecompressed) Suffix ¶
func (BrotliPrecompressed) Suffix() string
Suffix returns the filename suffix of precompressed files.
Click to show internal directories.
Click to hide internal directories.