aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-05-30 17:58:30 +0100
committerGitHub <noreply@github.com>2018-05-30 17:58:30 +0100
commit94acdeeaf364b13dc522c0a14388fcbfa627c089 (patch)
tree50ba5a4b12835223a5ccd3d7b61af0113ccda835
parent0a1f5b012fb08c6825ed0b88533979e2f8f919bd (diff)
parentc06d4421ce90a41c3d4456cdab11c2cd3cdce53a (diff)
downloadpackages-94acdeeaf364b13dc522c0a14388fcbfa627c089.tar.gz
packages-94acdeeaf364b13dc522c0a14388fcbfa627c089.zip
Merge pull request #756 from nitely/add-hpack1620
Added package hpack
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index a7264f3..4c38e05 100644
--- a/packages.json
+++ b/packages.json
@@ -9521,5 +9521,17 @@
"description": "ClickHouse Nim interface",
"license": "MIT",
"web": "https://github.com/leonardoce/nim-clickhouse"
+ },
+ {
+ "name": "hpack",
+ "url": "https://github.com/nitely/nim-hpack",
+ "method": "git",
+ "tags": [
+ "http2",
+ "hpack"
+ ],
+ "description": "HPACK (Header Compression for HTTP/2)",
+ "license": "MIT",
+ "web": "https://github.com/nitely/nim-hpack"
}
]