Add package hyperx (#2845)

This commit is contained in:
Esteban C Borsani 2024-03-29 03:43:20 -03:00 committed by GitHub
parent bb686e0ba0
commit fb1d21e563
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18856,6 +18856,24 @@
"license": "MIT",
"web": "https://github.com/nitely/nregex"
},
{
"name": "hyperx",
"url": "https://github.com/nitely/nim-hyperx",
"method": "git",
"tags": [
"http",
"http2",
"web",
"web-server",
"web-client",
"server",
"client",
"client-server"
],
"description": "Pure Nim http2 client and server",
"license": "MIT",
"web": "https://github.com/nitely/nim-hyperx"
},
{
"name": "delight",
"url": "https://github.com/liquid600pgm/delight",