aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2016-08-30 19:34:48 +0200
committerDominik Picheta <dominikpicheta@gmail.com>2016-08-30 19:34:48 +0200
commit16a92b17ce88844cad81a638eadf0a13794c11ae (patch)
treeb23cbaf75586de819ab6faa90b951f86519fdabd
parente65efe8fddb79ae3b8714f5b6dfd861dcc735caf (diff)
downloadpackages-16a92b17ce88844cad81a638eadf0a13794c11ae.tar.gz
packages-16a92b17ce88844cad81a638eadf0a13794c11ae.zip
Add picohttpparser & microasynchttpserver. Merges #404 manually.
-rw-r--r--packages.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 789e816..a721f87 100644
--- a/packages.json
+++ b/packages.json
@@ -5169,5 +5169,31 @@
"description": "Nim wrapper for (and with) Celtoys's Remotery",
"license": "Apache License 2.0",
"web": "https://github.com/Halsys/Nim-Remotery"
+ },
+ {
+ "name": "picohttpparser",
+ "tags": [
+ "web",
+ "http"
+ ],
+ "method": "git",
+ "license": "MIT",
+ "description": "Bindings for picohttpparser.",
+ "web": "https://github.com/philip-wernersbach/nim-picohttpparser",
+ "url": "https://github.com/philip-wernersbach/nim-picohttpparser"
+ },
+ {
+ "name": "microasynchttpserver",
+ "tags": [
+ "web",
+ "http",
+ "async",
+ "server"
+ ],
+ "method": "git",
+ "license": "MIT",
+ "description": "A thin asynchronous HTTP server library, API compatible with Nim\'s built-in asynchttpserver.",
+ "web": "https://github.com/philip-wernersbach/microasynchttpserver",
+ "url": "https://github.com/philip-wernersbach/microasynchttpserver"
}
]