aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwt <iwangtongi@163.com>2017-06-07 14:18:29 +0800
committerGitHub <noreply@github.com>2017-06-07 14:18:29 +0800
commit9b5c9d8568a15f5497fc564073994166e8f9f17e (patch)
tree5f4937221b958551c5e30724a929eee5315a0a70
parent00449cee456fd6702d3f7949192d0ce69679488b (diff)
downloadpackages-9b5c9d8568a15f5497fc564073994166e8f9f17e.tar.gz
packages-9b5c9d8568a15f5497fc564073994166e8f9f17e.zip
Add httpkit
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 4dd3865..8eb381c 100644
--- a/packages.json
+++ b/packages.json
@@ -6481,5 +6481,21 @@
"description": "Linear algebra for Nim",
"license": "Apache License 2.0",
"web": "https://unicredit.github.io/neo/"
+ },
+ {
+ "name": "httpkit",
+ "url": "https://github.com/tulayang/httpkit",
+ "method": "git",
+ "tags": [
+ "http",
+ "request",
+ "response",
+ "stream",
+ "big file",
+ "async"
+ ],
+ "description": "An efficient HTTP tool suite written in pure nim. Help you to write HTTP services or clients via TCP, UDP, or even Unix Domain socket, etc.",
+ "license": "MIT",
+ "web": "http://tulayang.github.io/httpkit.html"
}
]