mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
14 lines
526 B
JSON
14 lines
526 B
JSON
{
|
|
"name": "micro_httpd",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "micro_httpd is a very small Unix-based HTTP server. It runs from inetd, which means its performance is poor. But for low-traffic sites, it's quite adequate. It implements all the basic features of an HTTP server.",
|
|
"website": "http://www.acme.com/software/micro_httpd/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?i-mx:micro_httpd)"
|
|
}
|
|
]
|
|
}
|