Merge pull request #756 from nitely/add-hpack1620

Added package hpack
This commit is contained in:
Dominik Picheta 2018-05-30 17:58:30 +01:00 committed by GitHub
commit 94acdeeaf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]