From 137dcd55e9e8a6d8ca2f274e4fda1e0abcc98d0f Mon Sep 17 00:00:00 2001 From: An Long Date: Sat, 8 Aug 2026 18:45:18 +0900 Subject: [PATCH 1/2] Add aisk/bangboo to Network programming / HTTP --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40c1946..c641aa3 100644 --- a/README.md +++ b/README.md @@ -1254,6 +1254,7 @@ See also [Are we game yet?](http://arewegameyet.com) ### Network programming * HTTP + * [aisk/bangboo](https://github.com/aisk/bangboo) — A synchronous HTTP client with a reqwest-like blocking API * [pop-os/parallel-getter](https://github.com/pop-os/parallel-getter) — Download a file with parallel GET requests to maximize bandwidth usage. * [pop-os/url-crawler](https://github.com/pop-os/url-crawler) — A configurable parallel web crawler, designed to crawl a website for content. * [pop-os/url-scraper](https://github.com/pop-os/url-scraper) — Scrape URLs from HTML pages From 464e0956dddf506381d798ecf183d8cd17640141 Mon Sep 17 00:00:00 2001 From: An Long Date: Sat, 8 Aug 2026 22:10:56 +0900 Subject: [PATCH 2/2] Add CI badge for aisk/bangboo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c641aa3..228e924 100644 --- a/README.md +++ b/README.md @@ -1254,7 +1254,7 @@ See also [Are we game yet?](http://arewegameyet.com) ### Network programming * HTTP - * [aisk/bangboo](https://github.com/aisk/bangboo) — A synchronous HTTP client with a reqwest-like blocking API + * [aisk/bangboo](https://github.com/aisk/bangboo) — A synchronous HTTP client with a reqwest-like blocking API. [](https://github.com/aisk/bangboo/actions/workflows/ci.yml) * [pop-os/parallel-getter](https://github.com/pop-os/parallel-getter) — Download a file with parallel GET requests to maximize bandwidth usage. * [pop-os/url-crawler](https://github.com/pop-os/url-crawler) — A configurable parallel web crawler, designed to crawl a website for content. * [pop-os/url-scraper](https://github.com/pop-os/url-scraper) — Scrape URLs from HTML pages