您的位置:首页 > 理论基础 > 计算机网络

Eclipse http4e插件介绍

2013-08-19 12:59 489 查看
下面是来自eclipse 官网的介绍


About

Eclipse HTTP Client (HTTP4e) is an Eclipse plugin for making HTTP and RESTful calls. Build with user experience in mind, it simplifies the developer/QA job of testing Web Services, REST, JSON and HTTP. It is a useful tool for your daily job of HTTP header tampering
and hacking.


The Features:

Making/Replaying an HTTP call directly from Eclipse IDE

Visual Editors for HTTP headers, parameters and body

Tabbed browsing (allowing replaying different RESTful, HTTP calls on separate tabs)

History support (persisting your valuable REST calls)

One-click HTTP code generation to Java, PHP, C#, Flex/ActionScript, Cocoa/Objective-C, Ruby, Python and Visual Basic

One-click JMeter script generation

Import and export HTTP4e replay script

Export HTTP sessions as HTML report

Import raw HTTP packets and Firefox’s Live HTTP headers

Aesthetic UI, Code assist, Headers auto-suggest, Syntax coloring

“Raw”, “Pretty”, “Hex”, “Browser” and “JSON” views

Proxy Configuration

BASIC and DIGEST Authentication

SSL/HTTPS support

Unicode UTF8 support

HTTP tampering

Tab renaming

Available on Windows, MacOS X, Linux, Solaris

Visit HTTP4e, Eclipse REST Client Home at http://www.nextinterfaces.com

基本可以看出这个工具主要是http测试,以及导出等的插件,使用方面如下

1,做rest开发,需要经常测试访问的url,懒的开浏览器,这个可以帮助你,如下图:



这是访问百度的结果,最右边是返回的结果,可以以多种结果查看json,二进制等如下图:



还有个强大的功能就是可以把当前的请求直接导出成各种代码,如下图:



强大的简直是无法形容,很可惜这个插件是收费的。提供3天试用,到期之后每用一次会强一次框,不过不影响正常使用。网上搜了破解貌似没有。。

没办法自已动手,经过一小时折腾算是破解了。只是不弹框了。关于那里还是显示的未注册,未注册就未注册吧。对于我这种强迫症的人来说,不弹框就是相当完美了。提供破解后的jar包,直接替换eclipse/plugins下的同名文件

无积分下载地扯:http://download.csdn.net/detail/yangwei19680827/5973963
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  http4e http4e 破解