路径规则、重写规则、URL跳转规则均支持匹配条件

This commit is contained in:
刘祥超
2021-06-09 21:43:58 +08:00
parent df4b79c4fe
commit 64c693b9e1
7 changed files with 208 additions and 152 deletions

View File

@@ -23,6 +23,7 @@ message CreateHTTPRewriteRuleRequest {
string proxyHost = 6;
bool isOn = 7;
bool withQuery = 8;
bytes condsJSON = 9;
}
message CreateHTTPRewriteRuleResponse {
@@ -40,4 +41,5 @@ message UpdateHTTPRewriteRuleRequest {
string proxyHost = 7;
bool isOn = 8;
bool withQuery = 9;
bytes condsJSON = 10;
}