From f2d033b10625e267a2da2bee896bc846977b8448 Mon Sep 17 00:00:00 2001 From: Andy Hsu Date: Fri, 10 Jul 2026 17:54:07 +0800 Subject: [PATCH] Add cofetch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 424d6a8..fccc92f 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ C++ Benchmark Authoring Library/Framework. ### Web / HTTP * [Beast](https://github.com/boostorg/beast) - HTTP and WebSocket built on Boost.Asio in C++11. +* [cofetch](https://github.com/SSARCandy/cofetch) - Chainable async HTTP client built on libcurl's multi interface and ASIO. Callbacks, coroutines and futures from one implementation in C++17. * [cpprestsdk](https://github.com/Microsoft/cpprestsdk) - The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. * [cpr](https://github.com/whoshuu/cpr) - C++ Requests: Curl for People, a spiritual port of Python Requests. * [Crow](https://crowcpp.org) - A Fast and Easy to use microframework for creating webservers (inspired by Python Flask).