Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generic Open Source REST Client? [closed]

I want a simple client that takes a few parameters (Method, URL, Parameters), makes an HTTP request, and shows me the results that were returned.

A browser obviously can easily send GET and POST requests, but I have no good ideas on DELETE and UPDATE.

Did I miss something in browser 101, or is there a common freeware tool to do this? I've seen other threads that give me Java APIs for a simple client, but that's not what I'm looking for.

like image 452
Dean J Avatar asked Jun 15 '10 18:06

Dean J


1 Answers

The Java application rest-client http://code.google.com/p/rest-client/ sounds like a good option.

like image 65
ckuijjer Avatar answered Nov 15 '22 20:11

ckuijjer