Skip to content

lsk569937453/rcurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rcurl

Rcurl is a implementation of the curl library that provides a set of functions for making HTTP requests.

You can use it to make HTTP requests like curl to a server and get the response.

Document

Usage: rcurl.exe [OPTIONS] <URL>

Arguments:
  <URL>  The request url,like http://www.google.com

Options:
  -X, --method-option <HTTP Method>                        The http method,like GET,POST,etc
  -d, --body-option <BODY_OPTION>                          The body of the http request
  -H, --headers <HEADERS>                                  The http headers
  -c, --certificate-path-option <CERTIFICATE_PATH_OPTION>  The pem path
  -A, --user-agent-option <USER_AGENT_OPTION>              The User Agent
  -b, --cookie-option <COOKIE_OPTION>                      The Cookie option
  -o, --file-path-option <FILE_PATH_OPTION>                The downloading file path
  -k, --skip-certificate-validate                          Skip certificate validation
  -v, --debug                                              The debug switch
  -h, --help                                               Print help
  -V, --version                                            Print version