This is a feature rich rest client what I developed and released to open source under EPL 1.0 for developers to play with web services. It can be used to test any URL for all HTTP methods
- GET
- POST
- PUT
- DELETE
- HEAD
- OPTIONS
- TRACE
Main Features
- Simultaneous views of request, response and browser.
- Post raw data or file, text content or binary.
- Post params in either body or as part of URL (twitter style).
- Post multipart form data with same ease as of normal post.
- Handle response equally well even if it is binary e.g. image, pdf etc. No gibberish characters anymore.
- Play with headers and params.
Min. Requirement
- Java 1.6
- Eclipse 3.4 (for plugin)
- HTTP 1.1 compatibility