handle function

Make a handle

Make a handle

handle(url, ...)

Arguments

  • url: (character) A url. required.
  • ...: options passed on to curl::new_handle()

Examples

handle("https://hb.opencpu.org") # handles - pass in your own handle ## Not run: h <- handle("https://hb.opencpu.org") (res <- HttpClient$new(handle = h)) out <- res$get("get") ## End(Not run)
  • Maintainer: Scott Chamberlain
  • License: MIT + file LICENSE
  • Last published: 2024-07-19