Downloading HTTP URLs asynchronously in C++

后端 未结 4 1747
轮回少年
轮回少年 2020-12-18 09:23

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

4条回答
  •  囚心锁ツ
    2020-12-18 10:26

    Libcurl is the way to go. See http://curlpp.org for C++ bindings and an excellent set of tutorials.

提交回复
热议问题