From 7ca9cb0343b14fe4a0bfa55395aba9aaca4cf22c Mon Sep 17 00:00:00 2001 From: wt Date: Sat, 15 Aug 2015 19:31:48 +0800 Subject: [PATCH] add httpform module HttpForm, Http Request Form Parser. --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index a483241..cc989a8 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]