GitHub - 1buran/rHttp: REPL for HTTP
rHttp - REPL for HTTP
Responses with minified JSON
Edit JSON request payload
Load JSON request payload from file
Load session
Redirects
Introduction
This is project was created when I needed something like REPL for http request in terminal,
there are many great tools exist: Postman, Insomnia, httpie, curl etc
but i wanted something little bit different, something lightweight, simple and fast,
something like REPL when I can quickly modify request, send it and see the response
with all the details...
Read more at github.com