powered by
handle(url, ...)
curl::new_handle()
handle("https://httpbin.org") # handles - pass in your own handle h <- handle("https://httpbin.org") (res <- HttpClient$new(handle = h)) out <- res$get("get")
Run the code above in your browser using DataLab