win下使用curl
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
因为较多场景下使用win,但是win缺少类似linux的curl。所以一番谷歌,终于找到方法
一直是用Windows开发,做接口调试时,总是用postman发请求来测试。总以为curl只能在 Linux / Unix 操作系统中使用。近日发现原来Windows也可以用,只需简单安装即可。
1. curl 简介
curl是是一个利用URL语法在命令行下工作的文件传输工具,可以替代postman,在终端发送http请求。
2. win64安装curl
下载。打开curl官网,搜索win64,找到对应下载版本,下载zip包 ,https://curl.se/windows/
3. 配置
将curl的bin路径放到win的系统路径path下
例如我的解压路径 为 D:\ProgramFiles\curl-7.66.0-win64-mingw,然后将D:\ProgramFiles\curl-7.66.0-win64-mingw\bin追加到path后
4. 测试
测试。在cmd中运行 curl --help,出现帮助命令即为安装成功。
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献5条内容
所有评论(0)