节点中实现重写规则

This commit is contained in:
GoEdgeLab
2020-09-28 18:22:37 +08:00
parent 65e6e85215
commit b6ef74d2fb
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;
}