curl发送GET请求: curl protocol://address:port/url?args
curl发送POST请求: curl -d "args" protocol://address:port/url
curl发送POST请求: curl -H "Content-Type:application/json" -XPOST -d \'{}\' URL
相关文章:
- curl模拟post请求 2021-08-09
- curl命令发送Post请求 2021-08-09
- curl实现GET、POST请求 2021-08-09
- cURL实现get、post请求 2021-08-09
- curl发送POST/GET请求 2021-08-09
- curl 命令 -- GET 和 POST 2021-08-09
- Curl学习日记4 - Curl 模拟 GET\POST 请求,以及 curl post 上传文件 2021-04-22
- CURL模拟POST请求实例 2021-08-09