实现基本的访问日志策略

This commit is contained in:
刘祥超
2021-07-29 16:51:11 +08:00
parent f405e42d39
commit c49ec306d4
11 changed files with 1263 additions and 121 deletions

View File

@@ -10,4 +10,5 @@ message HTTPAccessLogPolicy {
string type = 4;
bytes optionsJSON = 5;
bytes condsJSON = 6;
bool isPublic = 7;
}