Module waf_rules_api

Source

Structs§

GetWafRuleParams
struct for passing parameters to the method get_waf_rule
ListWafRulesParams
struct for passing parameters to the method list_waf_rules

Enums§

GetWafRuleError
struct for typed errors of method get_waf_rule
ListWafRulesError
struct for typed errors of method list_waf_rules

Functions§

get_waf_rule
Get a specific rule. The id provided can be the ModSecurity Rule ID or the Fastly generated rule ID.
list_waf_rules
List all available WAF rules.