mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
19 lines
546 B
JSON
19 lines
546 B
JSON
{
|
|
"name": "Koala-Web-Server",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Koala is an HTTP server written in Dylan programming language.",
|
|
"website": "http://wiki.opendylan.org/wiki/view.dsp?title=Koala",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Koala Web Server)"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Koala Web Server\\/([^\\s]+))",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|