#' 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) #' @import httr processx rvest xml2 "_PACKAGE"