if(url.exists("https://www.omegahat.net/RCurl/index.html")) withAutoprint({
curl = getCurlHandle()
txt = getURL("https://www.omegahat.net/RCurl/index.html", curl = curl)
getCurlInfo(curl)
rm(curl) # release the curl!
})
Run the code above in your browser using DataLab