Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Zstd ¶
type Zstd struct { // The compression level. Accepted values: fastest, better, best, default. Level string `json:"level,omitempty"` // contains filtered or unexported fields }
Zstd can create Zstandard encoders.
func (Zstd) AcceptEncoding ¶
AcceptEncoding returns the name of the encoding as used in the Accept-Encoding request headers.
func (Zstd) KengineModule ¶
func (Zstd) KengineModule() kengine.ModuleInfo
KengineModule returns the Kengine module information.
func (Zstd) NewEncoder ¶
NewEncoder returns a new Zstandard writer.
func (*Zstd) UnmarshalKenginefile ¶
func (z *Zstd) UnmarshalKenginefile(d *kenginefile.Dispenser) error
UnmarshalKenginefile sets up the handler from Kenginefile tokens.
type ZstdPrecompressed ¶
type ZstdPrecompressed struct {
Zstd
}
ZstdPrecompressed provides the file extension for files precompressed with zstandard encoding.
func (ZstdPrecompressed) KengineModule ¶
func (ZstdPrecompressed) KengineModule() kengine.ModuleInfo
KengineModule returns the Kengine module information.
func (ZstdPrecompressed) Suffix ¶
func (ZstdPrecompressed) Suffix() string
Suffix returns the filename suffix of precompressed files.
Click to show internal directories.
Click to hide internal directories.