设置请求头信息
$> curl -H "token: dddddd" -H "myHeader: mine" http://localhost:8080/test/test
-H表示设置header多个参数用多个-H
微信扫一扫
$> curl -H "token: dddddd" -H "myHeader: mine" http://localhost:8080/test/test
-H表示设置header多个参数用多个-H
相关推荐