
Now, after putting a head and get on the current session, you will see the output as follows. Session will be started for a given url by starting http-prompt as shown below. Let's run a session for by typing this command on the command line terminal. Now, after putting a post on the current session, you will see the output as follows. You can see the auto-complete options just by putting a post on the above picture. As HTTP Prompt has an auto-complete feature, it will show us the option to auto-complete the command which makes it simpler to use. This command will create a session where we can interact by issuing the command which displays HTTP response. The session will be started for a given url by starting http-prompt as shown below. Lets run another session for by typing this command on the command line terminal.


You can also send other methods for which you can use below commands: Here, we are using httpie get to check how Http Prompt is requesting get for Httpie. Validating the installation of HTTP Prompt: $ http-prompt -version Using the HTTP Prompt in Linuxįor the session to start, run the command as shown below: $ http-promptĪs the session starts, you can try using such commands as below: $ http-prompt
PROMPTER SOFTWARE LINUX INSTALL
Upgrading the HTTP Prompt: $ pip install -U http-prompt Note: While using pip command, using sudo is not recommended.

You can then install HTTP prompt as given below by using the pip command. To install HTTP Prompt, python and pip must need to be installed already. It has other features as well such as auto cookies, Unix-like pipelines, OpenApi/Swagger Integration, and HTTpie compatibility. It has a special feature of auto-complete, interactive, and syntax highlighting. HTTP Prompt is an interactive command-line HTTP client which is used for testing and debugging purposes and built on HTTPie and HTTP Toolkit. In this article, we are going to discuss the installation process and use cases of HTTP Prompt.
