From 732c299e13e23e04a917daa18bcd80d697b3ae43 Mon Sep 17 00:00:00 2001 From: Marcos de Oliveira Date: Wed, 3 Oct 2018 11:45:15 -0300 Subject: [PATCH] Add http-prompt Adding http-prompt. I'd suggest removing http-console, as it did not received commits for almost two years now. Features are similar. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b896da..3976bc7 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [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. * [Http-console](https://github.com/cloudhead/http-console) - Command line interface for HTTP that let you *speak HTTP like a local* +* [HTTP Prompt](https://github.com/eliangcs/http-prompt) - HTTP Prompt is an interactive command-line HTTP client featuring autocomplete and syntax highlighting, built on HTTPie and prompt_toolkit. * [rest-assured](https://github.com/rest-assured/rest-assured) - Java DSL for easy testing of REST services. * [Insomnia](https://github.com/getinsomnia/insomnia) - Cross-platform HTTP and GraphQL Client