1 Postman 介绍
1.1 Postman 是什么
- Postman 是一款功能超级强大的用于发送 HTTP 请求的 测试工具
- 做 WEB 页面开发和测试的人员常用工具
- 创建和发送任何的 HTTP 请求(Get/Post/Put/Delete...)
1.2 Postman 相关资源
1.2.1 官方网站:https://www.postman.com/
1.2.2 文档:https://learning.postman.com/docs/getting-started/introduction/
1.3 Postman 下载安装
下载地址:https://www.postman.com/downloads/
安装:双击即可安装(非常简单), Postman 不会让你选择安装路径,会直接安装,一般安装在系统盘
2 Postman 快速入门
需求说明:使用 Postman 向 http://www.baidu.com 发出 get 请求,得到返回的 html 格式数据
例如:
实现步骤:
(1) 先注册 Postman 一个账号,然后登录 Postman
(2)创建 Http Request , 如果你已经创建过,会直接进入 Workspace
(3)到此,我们就完成快速入门案例
3 使用 postman 发送 json