WAF cc2尝试使用指纹统计方法

This commit is contained in:
GoEdgeLab
2023-03-08 16:59:44 +08:00
parent 10ca7321aa
commit 09806b75e7
8 changed files with 103 additions and 1 deletions

View File

@@ -32,6 +32,9 @@ type Request interface {
// WAFOnAction 动作回调
WAFOnAction(action interface{}) (goNext bool)
// WAFFingerprint 读取连接指纹
WAFFingerprint() []byte
// Format 格式化变量
Format(string) string
}