본문 바로가기

linux

[curl] api command curl option

Curl is easy to use. Some popular options that you can use are:

  • -L: tells curl to follow redirects
  • ​-X: indicates the HTTP method to use
  • -H: adds a header to the request
  • -T: points to an upload file

curl.se/docs/manpage.html

 

curl - How To Use

 

curl.se