postman学习之get请求
postman可发送各种请求(get/post/put/head等等),常用 发送get请求、发送post请求、设置环境和全局变量、设置检查点、批量执行
以下为postman界面
第一部分:发送get请求 以百度经验为例,
1、选择 GET 2、URL输入百度经验地址 3、点击params 按钮,出现4,key输入 visitTime value 输入now ; 5、点击 Headers 输入 key (Content-Type)和value (text/html);6、点击send,发送请求 7、得到返回结果