随笔分类 -  postman

摘要:前言: Postman是一款功能强大的网页调试与发送网页HTTP请求的Chrome插件。 接口请求流程 一、get请求 GET请求:点击Params,输入参数及value,可输入多个,即时显示在URL链接上,所以,GET请求的请求头与请求参数如在接口文档中无特别声明时,可以不填。 get请求示例 G 阅读全文
posted @ 2017-11-23 13:49 YunMan 阅读(28235) 评论(1) 推荐(3)
摘要:Newman 官方说明:Postman's command-line companion lets you do amazing things! With Newman, you can integrate Postman collections with your build system. Or 阅读全文
posted @ 2017-08-22 11:51 YunMan 阅读(433) 评论(0) 推荐(0)
摘要:Postman功能(https://www.getpostman.com/features) 主要用于模拟网络请求包 快速创建请求 回放、管理请求 快速设置网络代理 安装 下载地址:https://www.getpostman.com/ 直接安装,成功后在chorme的应用程序中会多出一个Postm 阅读全文
posted @ 2017-08-22 11:50 YunMan 阅读(542) 评论(1) 推荐(0)
摘要:管理请求 保存请求-添加“打开百度首页请求” 设置请求方式为Get,地址为www.baidu.com.点击右侧保存按钮 在弹出的保存请求中设置保存的内容。Collections:百度,Request name:打开百度首页。点击“Add to Collections” 此请求会被保存到Collect 阅读全文
posted @ 2017-08-22 11:50 YunMan 阅读(331) 评论(0) 推荐(0)
摘要:1、下载postman插件,可以自己到网上下载,也可以点击http://download.csdn.net/detail/u010246789/9528471 2、解压文件,在解压后的文件夹中找到.crx文件,将.crx改为.zip或.rar,并在此解压。(改成rar加压出错时,改成zip) 3、在 阅读全文
posted @ 2017-08-22 11:10 YunMan 阅读(624) 评论(0) 推荐(0)