nextinterfaces / http4e

HTTP4e is an REST HTTP Client plugin enabling developer to create HTTP packets directly from Eclipse.
http://nextinterfaces.com/http4e
Apache License 2.0
21 stars 15 forks source link

HTTP4e

HTTP4e is an Eclipse HTTP Client plugin simplifying REST and Web Service testing, enabling developer to make HTTP packets directly from Eclipse. The packets include all HTTP requests, responses and the HTTP headers (which contain the cookies and caching information). It is a useful tool for HTTP header tampering and hacking, allowing HTTP code generation to a programming language of choice, as well as JMeter load testing.

More information

http://nextinterfaces.com/http4e

alt tag

Key Features

Install URL

http://nextinterfaces.com/http4e/install

Build Instructions

With Ant

project-root> ant

This will generate

install/
  features/
  plugins/
  http4e-eclipse-rest-http-client.tar

With Maven

project-root> mvn build

And look into http4e-Site/target

To update version

mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=5.0.13-SNAPSHOT

License

Apache License v.2.0

with-Eclipse logo