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.
http://nextinterfaces.com/http4e
http://nextinterfaces.com/http4e/install
project-root> ant
This will generate
install/
features/
plugins/
http4e-eclipse-rest-http-client.tar
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
Apache License v.2.0