PostMan 使用教程详解

2021-01-04  本文已影响0人  茶叶花

PostMan 使用教程

1、下载安装
2、PostMan导航

PostMan为我们在调试apis时提供了一个多窗口,多标签的界面。这样的界面设计给了我们APIs尽可能多的空间。


image.png
  1. 通过菜单栏中的查看选项。
  2. 通过Postman中的Postman Console选项。
  3. 通过键盘快捷键:Command + Option + c。

控制台标题栏可以搜索某个请求,清除控制台信息。现在支持4种类型的控制台消息
1. 日志: console.log(“This is a log.”);
2. 信息: console.info("This is an information message.");
3. 警告: console.warn("This is a warning message.");
4. 错误: console.error("This is an error message.");
控制台现在为每个请求显示以下四种类型的信息:如下图所示


image.png
  1. 网络
  2. 请求头
  3. 响应头
  4. 反应体
上一篇下一篇

猜你喜欢

热点阅读