Linux系统使用curl发送Http的post、get请求
Linux系统发送Http请求
post请求
curl --location --request POST 'http://localhost:8080/testController/testtest'
get请求
curl --location --request GET 'http://localhost:8080/testController/testtest'
原创
2020-12-08 14:05:05 ·
1366 阅读 ·
0 评论