fastcgi-parser
Version:
FastCGI parser for low level parsing of the FastCGI protocol
15 lines (14 loc) • 482 B
JSON
{
"name": "fastcgi-parser",
"version": "0.1.5",
"description": "FastCGI parser for low level parsing of the FastCGI protocol",
"keywords": ["fastcgi","parser"],
"author": "Andrew Johnston <apjohnsto@gmail.com>",
"maintainers": ["Jason Smith <jhs@iriscouch.com>"],
"main": "./lib/fastcgi",
"engines": { "node": ">= 0.2.0" },
"devDependencies": {
"vows": ">= 0.5.6"
},
"repository" : {"type":"git" , "url":"https://github.com/iriscouch/node-fastcgi-parser.git"}
}