aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwt <iwangtongi@163.com>2015-08-15 19:31:48 +0800
committerwt <iwangtongi@163.com>2015-08-15 19:31:48 +0800
commit7ca9cb0343b14fe4a0bfa55395aba9aaca4cf22c (patch)
tree71d9432d88d4bd1358620852dcf18507e972075e
parenta4c44949c2ff6f1f4f54f673432ffe8bf3827f8f (diff)
downloadpackages-7ca9cb0343b14fe4a0bfa55395aba9aaca4cf22c.tar.gz
packages-7ca9cb0343b14fe4a0bfa55395aba9aaca4cf22c.zip
add httpform module
HttpForm, Http Request Form Parser.
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
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"
}
]