From e1aa7603c0e054f3bce3f35f7898ddc436df831b Mon Sep 17 00:00:00 2001 From: joxi Date: Mon, 13 Jul 2015 20:16:27 +0200 Subject: [PATCH] HttpMaster added to Testing - Querying section - --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3e20bf..dabd638 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [Postman REST Client](https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm) - a Chrome extension essential to test manually REST API * [resty](https://github.com/micha/resty) - little command line REST client that you can use in pipelines (bash or zsh) * [jq](https://github.com/stedolan/jq) - command line JSON processor, to use in combination with a command-line HTTP client like cURL +* [HttpMaster](http://www.httpmaster.net) - GUI tool for testing REST APIs and services. Windows OS only. ### Mocking