Postman的官网下载地址 ☞ https://www.postman.com/downloads/

一、基础功能

Postman的基础操作

Postman的基础操作

 

二、接口请求流程

1、GET请求

点击Params,输入参数及value,可输入多个,即时显示在URL链接上, 所以,GET请求的请求头与请求参数如在接口文档中无特别声明时,可以不填Postman的基础操作

2、Postman请求不同的post数据类型

Postman的基础操作

(1)form-data

① 参数
输入post请求地址,选择form-data请求类型,输入对应参数,点击Send发送请求
② 文件
参数选择File格式

(2)application/x-www-from-urlencoded
将表单内的数据转换为Key-Value

(3) raw
可以通过raw进行传输txt,json xml,html的数据
       xml方法
Postman的基础操作

 

 

 

相关文章:

  • 2022-12-23
  • 2022-02-02
  • 2021-08-26
  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
  • 2021-06-24
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-27
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案