diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-06-10 23:58:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-10 23:58:46 +0100 |
| commit | 633361daecbc3e0c231ea479ac1d290e850fe16c (patch) | |
| tree | 76ccccc854f74ffb8ba6a9f9d02ae90d8c724347 | |
| parent | 00449cee456fd6702d3f7949192d0ce69679488b (diff) | |
| parent | 910f10f1d2b68ceb399c83ad4b187a16b005c6f0 (diff) | |
| download | packages-633361daecbc3e0c231ea479ac1d290e850fe16c.tar.gz packages-633361daecbc3e0c231ea479ac1d290e850fe16c.zip | |
Merge pull request #518 from tulayang/master
Add httpkit
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 4dd3865..6430604 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", + "bigfile", + "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": "https://github.com/tulayang/httpkit" } ] |
