Add picohttpparser & microasynchttpserver. Merges #404 manually.

This commit is contained in:
Dominik Picheta 2016-08-30 19:34:48 +02:00
parent e65efe8fdd
commit 16a92b17ce

View File

@ -5169,5 +5169,31 @@
"description": "Nim wrapper for (and with) Celtoys's Remotery", "description": "Nim wrapper for (and with) Celtoys's Remotery",
"license": "Apache License 2.0", "license": "Apache License 2.0",
"web": "https://github.com/Halsys/Nim-Remotery" "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"
} }
] ]