谷歌插件postman如果不能用,就用git命令发送post请求
Posted Key
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了谷歌插件postman如果不能用,就用git命令发送post请求相关的知识,希望对你有一定的参考价值。
curl -X POST --data ‘{"name":"zfpx"}‘ -H ‘Content-Type:application/json‘ http://localhost:9090/users
curl -X POST -d ‘{"name":"zfpx"}‘ -H ‘Content-Type:application/json‘ http://localhost:9090/users
这里--data = -d
curl --help 可以查询帮助文档来找到对应的命令
curl --help 可以查询帮助文档来找到对应的命令
以上是关于谷歌插件postman如果不能用,就用git命令发送post请求的主要内容,如果未能解决你的问题,请参考以下文章
Postman接口测试工具:在谷歌浏览器安装插件方法以及使用说明