Files
EdgeAdmin/web/public/js/conds/official.json

44 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[
{
"type": "url-extension",
"name": "URL扩展名",
"description": "根据URL中的文件路径扩展名进行过滤",
"component": "http-cond-url-extension",
"isRequest": true
},
{
"type": "url-prefix",
"name": "URL前缀",
"description": "根据URL中的文件路径前缀进行过滤",
"component": "http-cond-url-prefix",
"isRequest": true
},
{
"type": "url-eq",
"name": "URL精准匹配",
"description": "检查URL中的文件路径是否一致",
"component": "http-cond-url-eq",
"isRequest": true
},
{
"type": "url-regexp",
"name": "URL正则匹配",
"description": "使用正则表达式检查URL中的文件路径是否一致",
"component": "http-cond-url-regexp",
"isRequest": true
},
{
"type": "url-not-regexp",
"name": "排除URL正则匹配",
"description": "使用正则表达式检查URL中的文件路径是否一致如果一致则不匹配",
"component": "http-cond-url-not-regexp",
"isRequest": true
},
{
"type": "mime-type",
"name": "内容MimeType",
"description": "根据服务器返回的内容的MimeType进行过滤。注意当用于缓存条件时此条件需要结合别的请求条件使用。",
"component": "http-cond-mime-type",
"isRequest": false
}
]