Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Mode string `json:"mode"` Debug bool `json:"debug"` IgnoredRuleSets []string `json:"ignored-rulesets"` ExtraRulesetString string `json:"extra-ruleset-string"` ScoreThreshold int `json:"score-threshold"` AllowUnknownContentTypes bool `json:"allow-unknown-content-types"` ProcessMultipartBody bool `json:"process-multipart-body"` }
Config returns lua-resty-waf configuration for an Ingress rule
Click to show internal directories.
Click to hide internal directories.