6 #ifndef TURI_UTIL_CURL_DOWNLOADER_HPP 7 #define TURI_UTIL_CURL_DOWNLOADER_HPP 21 int download_url(std::string url, std::string output_file);
42 std::tuple<int, bool, std::string>
download_url(std::string url);
int download_url(std::string url, std::string output_file)
std::string get_curl_error_string(int status)