Postman-07-导入cURL命令请求

实用小功能

      • 前言
      • 复制cURL命令
      • 导入Postman


前言

  • 本篇来介绍下如何把cURL命令请求导入postman中

复制cURL命令

  • F1 或 Ctrl + Shift + i 打开开发者工具 --> 点击Network --> 点击 Fetch/XHR
    Postman-07-导入cURL命令请求_第1张图片
  • 在接口上右键 --> Copy --> Copy as cURL(bash)
    Postman-07-导入cURL命令请求_第2张图片

导入Postman

  • 打开postman --> 点击Import
    Postman-07-导入cURL命令请求_第3张图片
  • 点击Raw text --> 点击Contionue
    Postman-07-导入cURL命令请求_第4张图片
  • 点击Import
    Postman-07-导入cURL命令请求_第5张图片
  • 导入成功,点击Send发送请求
    Postman-07-导入cURL命令请求_第6张图片

你可能感兴趣的:(#,Postman,postman,git,测试工具)