Feature rich rest client for developers to play with RESTful web services. It can be used to test any URL for following HTTP methods
* GET
* POST
* PUT
* DELETE
* HEAD
* OPTIONS
* TRACE
Main Features
--------------------
1. Simultaneous views of request, response and browser.
2. Post raw data or file, text content or binary.
3. Post params in either body or as part of URL (twitter style).
4. Post multipart form data with same ease as of normal post.
5. Handle response equally well even if it is binary e.g. image, pdf etc. No gibberish characters anymore.
6. Play with headers and params.
7. Indented XML/JSON views for better readability.
Min. Requirement
-----------------------
* Java 1.6
* Eclipse 3.4 (for plugin)
* HTTP 1.1 compatibility
Run
-------
After installing eclipse plugin it can be found @ Window -> Show View -> Other -> REST Client -> RestClient Tool
Note:- It warns about unsigned jar while running for the first time. This is because standard SWT distribution jar is bundled with OS specific libraries to interact with native look and feel widgets of OS i.e. it has few DLLs for windows. For more info visit http://www.eclipse.org/swt