You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
365 B

3 years ago
#' Turn 'httr' Web Requests Into 'curl' Command Line Calls
#'
#' 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.
#'
#' @md
#' @name httr2curl
#' @keywords internal
#' @author Bob Rudis (bob@@rud.is)
3 years ago
#' @import httr processx
"_PACKAGE"