Basic, but good enough
I use this for debugging RESTful applications which primarily utilize POST methods. Its pretty basic, but it works for me and has been an invaluable debugging tool. You have to generate the POST string yourself, so if you dont like that you may want to look elsewhere. The request (including the URL, method, header value, and body) can be saved to a file, which is handy.
tattiaqe about HTTP Client