从Windows控制台运行cURL命令

有没有办法在Windows中安装cURL以便从命令提示符运行cURL命令?


如果您不在Cygwin中,则可以使用本机Windows版本。 一些在这里:curl下载向导。


首先你需要下载cURL可执行文件。 对于Windows 64bit,请从此处下载并从此处下载Windows 32bit此后,将curl.exe文件保存在C:驱动器上。

要使用它,只需打开command prompt并输入:

C:curl http://someurl.com

如果你在Windows上安装了Git ,你可以使用GNU Bash ....它是内置的。

https://superuser.com/questions/134685/run-curl-commands-from-windows-console/#483964

链接地址: http://www.djcxy.com/p/48879.html

上一篇: Run cURL commands from Windows console

下一篇: Convert curl request into http request?