mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Mathopd",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
||||
"version": "0.2",
|
||||
"description": "Mathopd is a very small, yet very fast HTTP server for UN*X systems. It supports useful features of HTTP/1.1, such as persistent connections, partial responses and pipelining. It does not support things like content negotation. The latest version of the software (1.5) also supports CGI/1.1.",
|
||||
"website": "http://www.mathopd.org/",
|
||||
"matches": [
|
||||
{
|
||||
"search": "headers[server]",
|
||||
"regexp": "(?-mix:^Mathopd\\/([^\\s]+))",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:^Mathopd)",
|
||||
"search": "headers[server]"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user