官方文档解释:Postman是用于API开发的协作平台。您可以使用Postman与您的队友一起设计,构建和测试API,并支持开发人员采用
1)开发人员大多用postman来完成接口的调试工作,选择postman保持工具使用上的一致性;
2)使用简单方便;
3)支持多种请求方式的接口;
这里主要列举http协议的接口:
面板介绍:
略
1)get请求
get请求的特征: http://xx.xx.xx/?key1=value1&key2=value2
2)post请求
(url、请求方式、headers、body)
【参考文档】
1、https://learning.getpostman.com/docs/postman/launching-postman/introduction/
原文:https://www.cnblogs.com/hd-test/p/12158030.html