Make a handle
Make a handle
handle(url, ...)
url |
(character) A url. required. |
... |
options passed on to |
handle("https://httpbin.org") # handles - pass in your own handle ## Not run: h <- handle("https://httpbin.org") (res <- HttpClient$new(handle = h)) out <- res$get("get") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.