{ "name": "webfs", "author": "Brendan Coles , Andrew Horton", "version": "0.2", "description": "This is a simple http server for mostly static content. You can use it to serve the content of a ftp server via http for example.", "website": "http://linux.bytesex.org/misc/webfs.html", "matches": [ { "regexp": "(?-mix:^webfs\\/)", "search": "headers[server]" }, { "search": "headers[server]", "regexp": "(?-mix:^webfs\\/([^\\s]+)$)", "offset": 1 } ] }