设置请求头信息
$> curl -H "token: dddddd" -H "myHeader: mine" http://localhost:8080/test/test
-H表示设置header多个参数用多个-H
curl命令传递参数
阅读 22
2023-12-29
$> curl -H "token: dddddd" -H "myHeader: mine" http://localhost:8080/test/test
-H表示设置header多个参数用多个-H
相关推荐
精彩评论(0)