linux 模拟发http请求的例子

curl -X POST --header "Content-Type: application/json" --header "Accept: */*" "http://192.168.1.16:8081/linewell/xxx.do"

在Linux下可以模拟发送http请求。

原文地址:https://www.cnblogs.com/chenmz1995/p/10452524.html