实现基本的匹配条件管理

This commit is contained in:
刘祥超
2020-09-29 11:28:52 +08:00
parent 6404f57c8b
commit 738c74d99f
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;
}