powered by
Make a handle
handle(url, ...)
(character) A url. required.
options passed on to curl::new_handle()
curl::new_handle()
handle("https://hb.opencpu.org") # handles - pass in your own handle if (FALSE) { h <- handle("https://hb.opencpu.org") (res <- HttpClient$new(handle = h)) out <- res$get("get") }
Run the code above in your browser using DataLab