From 9bc7f5898df555718d91916fb4573a48ed698a19 Mon Sep 17 00:00:00 2001 From: Denis Mishankov Date: Tue, 21 Nov 2023 04:43:20 +0300 Subject: [PATCH] add yahttp (#2752) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 6a794c5..5f23e86 100644 --- a/packages.json +++ b/packages.json @@ -31857,5 +31857,18 @@ "description": "webpage information extractor", "license": "MIT", "web": "https://github.com/bung87/webpage_extractors" + }, + { + "name": "yahttp", + "url": "https://github.com/mishankov/yahttp", + "method": "git", + "tags": [ + "http", + "http-client", + "ssl" + ], + "description": "Awesome simple HTTP client for Nim", + "license": "MIT", + "web": "https://github.com/mishankov/yahttp?tab=readme-ov-file#-yahttp---awesome-simple-http-client-for-nim" } ]