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.

25 lines
647 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/httr2curl-package.R
\docType{package}
\name{httr2curl}
\alias{httr2curl}
\alias{httr2curl-package}
3 years ago
\title{Turn 'httr' Web Requests Into 'curl' Command Line Calls}
\description{
3 years ago
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.
}
\seealso{
Useful links:
\itemize{
\item \url{https://git.rud.is/hrbrmstr/httr2curl}
\item Report bugs at \url{https://git.rud.is/hrbrmstr/httr2curl/issues}
}
}
\author{
Bob Rudis (bob@rud.is)
}
\keyword{internal}