From fb1d21e563436f69c6a258218497f89d88958838 Mon Sep 17 00:00:00 2001 From: Esteban C Borsani Date: Fri, 29 Mar 2024 03:43:20 -0300 Subject: [PATCH] Add package hyperx (#2845) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index c294274..6a6f463 100644 --- a/packages.json +++ b/packages.json @@ -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",