Files
OneForAll-mirror/data/rules/whatweb/mochiweb.json
T
2020-07-29 00:02:06 +08:00

23 lines
944 B
JSON

{
"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]+))"
}
]
}