Generic Open Source REST Client?
        Posted  
        
            by Dean J
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dean J
        
        
        
        Published on 2010-06-15T18:46:42Z
        Indexed on 
            2010/06/15
            19:12 UTC
        
        
        Read the original article
        Hit count: 265
        
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.
© Stack Overflow or respective owner