PostMan
1.1、PostMan简介

PostMan是一个HTTPHTTPS接口调试工具。

PostMan最早是作为Chrome插件存在的,但是, 由于2018年初Chrome停止了对插件的支持。PostMan不再以Chrome插件存在了,而是提供了独立的安装包。

PostMan的独立安装包同时支持GNU/LinuxmacOSWindows

PostMan官网:https://www.getpostman.com

1.2、通过包管理器安装PostMan
操作系统包管理器安装命令
WindowsChocolateychoco install -y postman
macOSHomeBrewbrew install postman

Arch Linux

ArcoLinux

Manjaro Linux

yayyay -Syyu --noconfirm
yay -S    --noconfirm findutils
1.3、在GNU/Linux中安装PostMan

step1、安装依赖

安装时cURL
安装时tar + gzip
运行时glibc ( libc.sold-linux-x86-64.so )

step2、使用curl命令下载编译好的Postman二进制压缩包 (

curl -L -o Postman-linux-x64-latest.tar.gz https://dl.pstmn.io/download/latest/linux64

step3、使用tar解压编译好的Postman二进制压缩包

tar vxf Postman-linux-x64-latest.tar.gz

step4、执行:

./Postman/Postman
1.4、PostMan的使用