What\'s a good way to download HTTP URLs (e.g. such as http://0.0.0.0/foo.htm ) in C++ on Linux ? I strongly prefer something asynchronous. My program will have an event l
Have you considered Qt's network module? They provide some classes for asynchronous download for example QNetworkAccessManager.