mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-05-02 13:05:18 +08:00
[waf]支持包含二进制、不支持二进制等操作符;支持对参数值编解码
This commit is contained in:
@@ -18,6 +18,7 @@ type HTTPFirewallCheckpointDefinition struct {
|
||||
Description string `json:"description"` // 描述
|
||||
Prefix string `json:"prefix"` // 前缀
|
||||
IsRequest bool `json:"isRequest"` // 是否为请求
|
||||
HasParams bool `json:"hasParams"` // 是否有子参数
|
||||
Params []*KeyValue `json:"params"` // 参数
|
||||
Options []OptionInterface `json:"options"` // 选项
|
||||
IsComposed bool `json:"isComposed"` // 是否为组合的checkpoint
|
||||
|
||||
Reference in New Issue
Block a user