From 3e4a953e2e448d38a1d87bf8307166b4f58713bc Mon Sep 17 00:00:00 2001 From: joxi Date: Tue, 6 May 2025 15:50:13 +0200 Subject: [PATCH] Add HttpMaster --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d163ef..f9cbc05 100644 --- a/README.md +++ b/README.md @@ -418,6 +418,7 @@ API tools simplify **development, testing, and documentation** of REST and SOAP 🔹 **[SoapUI](https://www.soapui.org/)** (Open Source & Enterprise) – **A robust API testing tool**, designed for **SOAP and REST API automation**. 🔹 **[Swagger](https://swagger.io/)** (Open Source & Enterprise) – **API design, documentation, and testing framework**, widely used for OpenAPI specifications. 🔹 **[HTTPie](https://github.com/httpie/cli)** (Open Source) – **A user-friendly command-line HTTP client**, making API interaction seamless. +🔹 **[HttpMaster](https://www.httpmaster.net/)** (Free) – **HTTP debugging and testing tool**, for developers and testers. ---