clifton
result = curl_easy_perform(curl); if(result != CURLE_OK) { val emsg = curl_easy_strerror(result); println("Error performing CURL download: ${emsg?.toKString()}"); return; }