mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
751 B
JSON
19 lines
751 B
JSON
{
|
|
"name": "MS-SDK-HttpServer",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "The Microsoft .NET Micro Framework Platform SDK is a powerful and flexible platform for rapidly creating embedded device firmware with Microsoft Visual Studio. This plugin identifies servers based on the HttpServer sample provided with the SDK.",
|
|
"website": "http://msdn.microsoft.com/en-us/library/ee434092.aspx",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:^MS-SDK-HttpServer)",
|
|
"search": "headers[server]"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^MS-SDK-HttpServer\\/([\\d\\.]+)$)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|