节点中实现重写规则

This commit is contained in:
刘祥超
2020-09-28 18:22:37 +08:00
parent b0a306fbc6
commit 6404f57c8b
3 changed files with 76 additions and 41 deletions

View File

@@ -22,6 +22,7 @@ message CreateHTTPRewriteRuleRequest {
bool isBreak = 5;
string proxyHost = 6;
bool isOn = 7;
bool withQuery = 8;
}
message CreateHTTPRewriteRuleResponse {
@@ -38,4 +39,5 @@ message UpdateHTTPRewriteRuleRequest {
bool isBreak = 6;
string proxyHost = 7;
bool isOn = 8;
bool withQuery = 9;
}