add httpform module

HttpForm, Http Request Form Parser.
This commit is contained in:
wt 2015-08-15 19:31:48 +08:00
parent a4c44949c2
commit 7ca9cb0343

View File

@ -1964,5 +1964,14 @@
"description": "Manage CSV files",
"license": "Apache License 2.0",
"web": "https://github.com/unicredit/csvtools"
},
{
"name": "httpform",
"url": "https://github.com/tulayang/httpform",
"method": "git",
"tags": ["request parser", "upload", "html5 file"],
"description": "Http request form parser",
"license": "MIT",
"web": "https://github.com/tulayang/httpform"
}
]