📜  ccurl -d - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:28.986000             🧑  作者: Mango

代码示例1
The -d or --data option makes the curl command send data in POST request 
to the server. This option makes the curl command pass data 
to the server using content-type (JSON in your case) just as 
the browser does when a user submits a form.