-d @filename 从文件读入内容
-d @- 从stdin读入内容

 

-x localhost:8888   加上fiddler代理

 

一个sample

curl -K api.conf -d @body.json

-----------------------------------

-X POST
-H "accept: */*"
-H "Content-Type: application/json"
-x localhost:8888
-H "xxxxx: xxx"
-H "xxxxxx: xxxxx"
-H "xxxxxxxx: xxxx"
url = "http://localhostxxxxxxx"

----------------------------------

相关文章:

  • 2022-12-23
  • 2021-12-01
  • 2022-12-23
  • 2021-09-28
猜你喜欢
  • 2021-10-25
  • 2021-11-05
  • 2022-12-23
  • 2022-12-23
  • 2021-05-27
  • 2021-07-03
  • 2021-09-07
相关资源
相似解决方案