2020-09-29 11:28:39 +08:00
|
|
|
|
[
|
|
|
|
|
|
{
|
|
|
|
|
|
"type": "url-extension",
|
|
|
|
|
|
"name": "URL扩展名",
|
|
|
|
|
|
"description": "根据URL中的文件路径扩展名进行过滤",
|
2021-05-12 15:07:30 +08:00
|
|
|
|
"component": "http-cond-url-extension",
|
2021-06-08 22:46:08 +08:00
|
|
|
|
"paramsTitle": "扩展名列表",
|
2021-05-12 15:07:30 +08:00
|
|
|
|
"isRequest": true
|
2020-09-29 11:28:39 +08:00
|
|
|
|
},
|
2020-12-23 09:52:31 +08:00
|
|
|
|
{
|
|
|
|
|
|
"type": "url-prefix",
|
2021-05-12 15:07:30 +08:00
|
|
|
|
"name": "URL前缀",
|
2020-12-23 09:52:31 +08:00
|
|
|
|
"description": "根据URL中的文件路径前缀进行过滤",
|
2021-05-12 15:07:30 +08:00
|
|
|
|
"component": "http-cond-url-prefix",
|
2021-06-08 22:46:08 +08:00
|
|
|
|
"paramsTitle": "URL前缀",
|
2021-05-12 15:07:30 +08:00
|
|
|
|
"isRequest": true
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"type": "url-eq",
|
|
|
|
|
|
"name": "URL精准匹配",
|
|
|
|
|
|
"description": "检查URL中的文件路径是否一致",
|
|
|
|
|
|
"component": "http-cond-url-eq",
|
2021-06-08 22:46:08 +08:00
|
|
|
|
"paramsTitle": "URL完整路径",
|
2021-05-12 15:07:30 +08:00
|
|
|
|
"isRequest": true
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"type": "url-regexp",
|
|
|
|
|
|
"name": "URL正则匹配",
|
|
|
|
|
|
"description": "使用正则表达式检查URL中的文件路径是否一致",
|
|
|
|
|
|
"component": "http-cond-url-regexp",
|
2021-06-08 22:46:08 +08:00
|
|
|
|
"paramsTitle": "正则表达式",
|
|
|
|
|
|
"isRequest": true
|
|
|
|
|
|
},
|
2021-06-09 17:14:31 +08:00
|
|
|
|
{
|
|
|
|
|
|
"type": "params",
|
|
|
|
|
|
"name": "参数匹配",
|
|
|
|
|
|
"description": "根据参数值进行匹配",
|
|
|
|
|
|
"component": "http-cond-params",
|
|
|
|
|
|
"paramsTitle": "参数配置",
|
|
|
|
|
|
"isRequest": true
|
|
|
|
|
|
},
|
2021-06-08 22:46:08 +08:00
|
|
|
|
{
|
|
|
|
|
|
"type": "url-not-prefix",
|
|
|
|
|
|
"name": "排除:URL前缀",
|
|
|
|
|
|
"description": "根据URL中的文件路径前缀进行过滤",
|
|
|
|
|
|
"component": "http-cond-url-not-prefix",
|
|
|
|
|
|
"paramsTitle": "URL前缀",
|
|
|
|
|
|
"isRequest": true
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"type": "url-not-eq",
|
|
|
|
|
|
"name": "排除:URL精准匹配",
|
|
|
|
|
|
"description": "检查URL中的文件路径是否一致",
|
|
|
|
|
|
"component": "http-cond-url-not-eq",
|
|
|
|
|
|
"paramsTitle": "URL完整路径",
|
2021-05-12 15:07:30 +08:00
|
|
|
|
"isRequest": true
|
2020-12-23 09:52:31 +08:00
|
|
|
|
},
|
2021-05-12 16:05:18 +08:00
|
|
|
|
{
|
|
|
|
|
|
"type": "url-not-regexp",
|
2021-06-08 22:46:08 +08:00
|
|
|
|
"name": "排除:URL正则匹配",
|
2021-05-12 16:05:18 +08:00
|
|
|
|
"description": "使用正则表达式检查URL中的文件路径是否一致,如果一致,则不匹配",
|
|
|
|
|
|
"component": "http-cond-url-not-regexp",
|
2021-06-08 22:46:08 +08:00
|
|
|
|
"paramsTitle": "正则表达式",
|
2021-05-12 16:05:18 +08:00
|
|
|
|
"isRequest": true
|
|
|
|
|
|
},
|
2020-09-29 11:28:39 +08:00
|
|
|
|
{
|
|
|
|
|
|
"type": "mime-type",
|
|
|
|
|
|
"name": "内容MimeType",
|
2021-05-12 15:07:30 +08:00
|
|
|
|
"description": "根据服务器返回的内容的MimeType进行过滤。注意:当用于缓存条件时,此条件需要结合别的请求条件使用。",
|
|
|
|
|
|
"component": "http-cond-mime-type",
|
2021-06-08 22:46:08 +08:00
|
|
|
|
"paramsTitle": "MimeType列表",
|
2021-05-12 15:07:30 +08:00
|
|
|
|
"isRequest": false
|
2020-09-29 11:28:39 +08:00
|
|
|
|
}
|
|
|
|
|
|
]
|