From 548710ad5e1e493a4369db20a84a0c9342a8d804 Mon Sep 17 00:00:00 2001 From: taichi uchihara Date: Thu, 5 Nov 2020 15:18:14 +0900 Subject: [PATCH] Added package httpstat (#1696) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index b8409ea..2aace3e 100644 --- a/packages.json +++ b/packages.json @@ -20134,5 +20134,18 @@ "description": "nimvisa is C wrapper for NI-VISA instrument control library", "license": "MIT", "web": "https://github.com/leeooox/nimvisa" + }, + { + "name": "httpstat", + "url": "https://github.com/ucpr/httpstat", + "method": "git", + "tags": [ + "curl", + "httpstat", + "nim" + ], + "description": "curl statistics made simple ", + "license": "MIT", + "web": "https://github.com/ucpr/httpstat" } ]