新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "Resin",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.3",
"description": "Resin provides a reliable, fast Web server which can also be used as a load balancer. Resin can operate as a standalone server or as a fast servlet runner for IIS or Apache",
"website": "http://www.caucho.com/resin/admin/http-server.xtp",
"matches": [
{
"regexp": "(?-mix:^Resin)",
"search": "headers[server]"
},
{
"string": "Standalone",
"search": "headers[server]",
"regexp": "(?-mix:^Resin\\/([^\\s]+))",
"offset": 1
},
{
"string": "Plugin",
"search": "headers[server]",
"regexp": "(?-mix:[\\s]+Resin\\/([^\\s]+))",
"offset": 1
}
]
}