postman学习

1、postman界面

postman学习

2、请求参数:

2.1、form-data是键值对格式
2.2、x-www-form-urlencoded也是键值对格式
2.3、json格式
2.4、binary上传文件格式

4、put请求是更新

5、delete请求是删除

6、断言tests

postman学习

7、Pre-requestScript前置脚本作用是在发起请求前执行

postman学习