Skip to content

HTTP4e is an REST HTTP Client plugin enabling developer to create HTTP packets directly from Eclipse.

License

Notifications You must be signed in to change notification settings

gnl42/http4e2

 
 

Repository files navigation

HTTP4e2

HTTP4e2 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.

Key Features

  • Multiple Tabs
  • Auto Suggest (CTRL + SPACE)
  • Response view format into Raw, Pretty, JSON, HEX, Browser DOM
  • SSL/HTTPS and Unicode support
  • Basic/Digest authentication
  • Proxy support
  • Parameterization of Headers/HTTP-Params
  • HTTP code export to Java, JavaScript, Prototype, jQuery, Flex, ActionScript, C#, VisualBasic, Ruby, Python, PHP, Cocoa and JMeter
  • One click HTML Report generation
  • Multipart Form support

Install URL

https://gnl42.github.io/http4e2-update/

Build Instructions

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=1.0.0-SNAPSHOT

License

Apache License v.2.0

with-Eclipse logo

About

HTTP4e is an REST HTTP Client plugin enabling developer to create HTTP packets directly from Eclipse.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.6%
  • HTML 2.4%