新增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
+22
View File
@@ -0,0 +1,22 @@
{
"name": "MochiWeb",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "MochiWeb is an Erlang library for building lightweight HTTP servers. WebMachine is a REST-based system for building web applications on top of the bit-pushing and HTTP syntax-management provided by MochiWeb, and provides a simple and clean way to connect that to your application's behavior. - Homepages: https://github.com/mochi/mochiweb - https://bitbucket.org/justin/webmachine/wiki/Home",
"website": null,
"matches": [
{
"regexp": "(?-mix:^MochiWeb)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^MochiWeb\\/([^\\s]+))",
"offset": 1
},
{
"search": "headers[server]",
"regexp": "(?-mix:^MochiWeb.*(WebMachine\\/[^\\s]+))"
}
]
}