Python 安装 httpie

Python 安装 httpie

前段时间开发RESTful的程序,使用浏览器插件HttpRequester,挺高级,易用的。后来在RESTHeart项目中认识了httpie,感觉高大上。在使用httpie之前,需要在机器上先安装python运行环境。

1.从python网站上下载最新3.x安装包,xp不支持3.4以上版本

2.安装python到机器上,在电脑的环境变量path中增加python的安装目录

Python 安装 httpie

添加python脚本目录到path中

Python 安装 httpie

3.打开CLI窗口,安装httpie

执行命令

1 C:\Documents and Settings\Administrator>easy_install httpie

您会得到以下类似的内容

Python 安装 httpie

执行完以上内容,这就安装成功了。

执行个hello world

1 http GET www.baidu.com

done

python网站对插件的介绍:https://pypi.python.org/pypi/httpie/0.9.6

代码托管在:https://github.com/jkbrzt/httpie

 
分类: tools
上一篇:Oracle的序列


下一篇:nginx 1.3.9/1.4.0 x86 Brute Force Remote Exploit