httpie / http-prompt

An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie

Home Page:https://http-prompt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preview request?

jenstroeger opened this issue · comments

While the env command is somewhat useful it would be nice to preview a request before sending it… perhaps a show or dump or req command would be helpful?

https://docs.http-prompt.com/en/latest/user-guide.html#quickstart
Search for "To preview how HTTP Prompt is going to call HTTPie, do:"

Most simple one is to type httpie which shows the http commandline it will create and run.
That's the preview you are looking for?

@spex66… well, not quite. That’s the preview of the httpie command but it’d be nice to see a preview of the actual request itself. That may be difficult though, considering that http-prompt delegates the request generation to httpie or curl 🤔