Simple REST Client
While preparing for my upcoming REST talk, I made a basic REST client. It’s nothing special but allows you to set the verb, request body and see the status code and all the headers on the response. It’s quite handy for debugging and exploration of RESTful services.
Feel free to download the:
Hope it is useful and saves you having to whip up your own little client!

[…] Simple REST Client Some .NET code for consuming RESTful web services. […]
[…] might also be interested in more information about the talk or the simple rest client with code I mentioned during the […]