快速回答:

快速回答:

我见过有人使用这种格式发出 http 请求:

http POST http://url.com arg=value

我似乎找不到怎么做

google 搜索只显示 cUrl 和 wget。还尝试下载 http 包,但没有找到。

有任何想法吗?

答案1

您需要安装该包httpie才能使用http命令。

答案2

快速回答:

使用apt

apt-get install httpie

或者使用pip

pip install --upgrade pip setuptools
pip install --upgrade httpie

相关内容