Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Types []string `json:"types"` // 使用 interface{} 以支持 string 数组和 "*" 枚举两种类型 MinLength *int `json:"min_length"` CompLevel *int `json:"comp_level"` HTTPVersion *float64 `json:"http_version"` Buffers *Buffers `json:"buffers"` Vary *bool `json:"vary,omitempty"` HTTPVersionStr string ConfigTypes map[string]struct{} }
type Plugin ¶
type Plugin struct { base.BasePlugin // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.