Package: httr2curl Type: Package Title: Turn 'httr' Web Requests Into 'curl' Command Line Calls Version: 0.1.0 Date: 2021-01-27 Authors@R: c( person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5670-2640")) ) Maintainer: Bob Rudis Description: When provided with an 'httr' "VERB" call, the request will be made and 'libcurl' headers will be captured and post-processed to provide a working 'curl' command line call. URL: https://git.rud.is/hrbrmstr/httr2curl BugReports: https://git.rud.is/hrbrmstr/httr2curl/issues Encoding: UTF-8 License: MIT + file LICENSE SystemRequirements: perl Suggests: covr, tinytest Depends: R (>= 3.6.0) Imports: httr, processx, magrittr Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1