diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-05-30 17:58:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-30 17:58:30 +0100 |
| commit | 94acdeeaf364b13dc522c0a14388fcbfa627c089 (patch) | |
| tree | 50ba5a4b12835223a5ccd3d7b61af0113ccda835 | |
| parent | 0a1f5b012fb08c6825ed0b88533979e2f8f919bd (diff) | |
| parent | c06d4421ce90a41c3d4456cdab11c2cd3cdce53a (diff) | |
| download | packages-94acdeeaf364b13dc522c0a14388fcbfa627c089.tar.gz packages-94acdeeaf364b13dc522c0a14388fcbfa627c089.zip | |
Merge pull request #756 from nitely/add-hpack1620
Added package hpack
| -rw-r--r-- | packages.json | 12 |
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" } ] |
