增加字符编码/HTTP Header管理

This commit is contained in:
GoEdgeLab
2020-09-16 20:29:26 +08:00
parent 1648192e73
commit afec1c1fe7
22 changed files with 3275 additions and 135 deletions

View File

@@ -8,4 +8,7 @@ message HTTPWeb {
bool isOn = 2;
string root = 3;
int64 gzipId = 4;
string charset = 5;
int64 requestHeaderPolicyId = 6;
int64 responseHeaderPolicyId = 7;
}