Download this file
1 2 3 4 5 6 7 8 9
#ifndef _HTTPDOWNLOAD_H_X_INCLUDED_ #define _HTTPDOWNLOAD_H_X_INCLUDED_ #include <string> extern bool downloadUrlWithCurl(const std::string& url, std::string& out, long timeoutsecs); #endif /* _HTTPDOWNLOAD.H_X_INCLUDED_ */