谷歌插件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 可以查询帮助文档来找到对应的命令

以上是关于谷歌插件postman如果不能用,就用git命令发送post请求的主要内容,如果未能解决你的问题,请参考以下文章

Postman接口调试神器-Chrome浏览器插件

guge 安装postman后怎么还是提示一直登陆的界面

Postman接口测试工具:在谷歌浏览器安装插件方法以及使用说明

谷歌浏览器扩展插件

离线状态 Postman不能开启Postman Interceptor解决

Postman+Newman+Jenkins APItest自动化集成测试