实现基本的匹配条件管理

This commit is contained in:
GoEdgeLab
2020-09-29 11:28:52 +08:00
parent b6ef74d2fb
commit 3af4c6052c
7 changed files with 85 additions and 78 deletions

View File

@@ -11,4 +11,5 @@ message HTTPGzip {
int32 level = 3;
SizeCapacity minLength = 4;
SizeCapacity maxLength = 5;
bytes CondGroupsJSON = 6;
}