Description
Provides a simple asynchronous C++ wrapper around CURL. Developers use it to perform HTTP or network requests from C++ applications without handling all low-level CURL details directly.
Install it when software depends on coeurl or when building async network features in C++. Network code should handle timeouts, TLS verification, retries, and error reporting carefully.