- 快速构建请求
- 提供响应结果的比较功能
- 查看测试结果
- 批量运行
- 设置环境变量
- 官网下载地址
- https://www.postman.com/downloads
Postman 页面
- 新建请求
- 填写请求方式:GET
- 填写请求 URL:
- https://ceshiren.com/
- https://httpbin.ceshiren.com/get
- 填写请求参数: para_key = para_value
- 请求方式:POST
- 请求 URL:https://httpbin.ceshiren.com/post
- 请求参数
- FORM 格式:Body –> form-data
- JSON 格式:Body –> raw –> JSON
- 文件格式:Body –> form-data –> File
查看接口响应
操作头信息