mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
610 B
JSON
19 lines
610 B
JSON
{
|
|
"name": "Xitami",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Xitami - Fast, small, secure, portable web server. The Xitami product line stretches back to 1996. X5 is built using iMatix's current Base2 technology for multithreading applications.",
|
|
"website": "http://www.xitami.com/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Xitami$)"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Xitami\\/([^\\s]+)$)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|