zoelius

postman可发送各种请求(get/post/put/head等等),常用 发送get请求、发送post请求、设置环境和全局变量、设置检查点、批量执行

以下为postman界面

第一部分:发送get请求 以百度经验为例,

1、选择 GET   2、URL输入百度经验地址   3、点击params 按钮,出现4,key输入 visitTime  value 输入now ;  5、点击 Headers 输入 key (Content-Type)和value (text/html);6、点击send,发送请求  7、得到返回结果

 

分类:

技术点:

相关文章:

  • 2021-12-03
  • 2021-10-23
  • 2021-09-09
  • 2021-05-22
  • 2021-07-12
  • 2021-04-12
  • 2022-12-23
猜你喜欢
  • 2021-04-02
  • 2022-02-07
  • 2022-02-07
  • 2021-12-17
  • 2021-12-29
  • 2022-02-07
相关资源
相似解决方案