diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-08-15 13:09:31 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-08-15 13:09:31 +0100 |
| commit | eca42fb82065633e698c9467e42b2bb4670296cc (patch) | |
| tree | 71d9432d88d4bd1358620852dcf18507e972075e | |
| parent | a4c44949c2ff6f1f4f54f673432ffe8bf3827f8f (diff) | |
| parent | 7ca9cb0343b14fe4a0bfa55395aba9aaca4cf22c (diff) | |
| download | packages-eca42fb82065633e698c9467e42b2bb4670296cc.tar.gz packages-eca42fb82065633e698c9467e42b2bb4670296cc.zip | |
Merge pull request #221 from tulayang/patch-1
add httpform module
| -rw-r--r-- | packages.json | 9 |
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" } ] |
