From 55feb6bd1837caa4ca4699e85417145ab6d602f3 Mon Sep 17 00:00:00 2001 From: Marco Mengelkoch <62469331+marcomq@users.noreply.github.com> Date: Mon, 29 Mar 2021 18:33:58 +0200 Subject: [PATCH] Added package batchsend (#1850) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 44aed56..75447d4 100644 --- a/packages.json +++ b/packages.json @@ -21971,5 +21971,21 @@ "description": "Generate icon files from PNG files.", "license": "MIT", "web": "https://github.com/bung87/icon" + }, + { + "name": "batchsend", + "url": "https://github.com/marcomq/batchsend", + "method": "git", + "tags": [ + "fast", + "multithreaded", + "tcp", + "http", + "transmission", + "library" + ], + "description": "Nim / Python library to feed HTTP server quickly with custom messages", + "license": "MIT", + "web": "https://github.com/marcomq/batchsend" } ]