curl命令的转换,postman,语言代码

一、curl转不同语言代码
二、Postman 导入导出 curl 命令详细步骤

浏览器复制curl


image.png

一、直接上地址,网站有教程
https://curl.trillworks.com/#
二、接口调试的时候经常会使用到。
1.postman导入curl
1)打开 postman , 点击左上角的 Import , 选择 Raw Text ,点击 Continue

image.png

image.png

2)点击 Import


image.png

3)所有参数都已经配置好了,点击 send 发送请求


image.png

2.postman导出curl
1)在右侧 CODE 点击


image.png

2)选择 CURL(其他语言也可)
image.png

你可能感兴趣的:(curl命令的转换,postman,语言代码)