December 2018
Intermediate to advanced
642 pages
15h 5m
English
How to install curl will depend on your operating system, but it's available for practically every platform you are likely to work with; just check out all the downloads at https://curl.haxx.se/download.html. The command has dozens of possible options, but for our intents, we will be looking at the following table. Note that most options have two versions: a short, single character one, and a longer one, intended to be clearer for understanding:
|
-K filename
--config filename
|
Lets you specify the name of a file that has options in it so that your command is shorter. In the given file, each option will be in a different line. |
|
-d key=value
--data key=value
|
Allows you to send data in the body of the request. If you use ... |
Read now
Unlock full access