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

Make it possible to see what the request will look like

curioussavage opened this issue · comments

commented

Hey, love the tool. I like that you can use httpie to see what it will pass to the command but I would like to see what the request is going to look like (formatted nicely). Or an option to print out the request each response.

@curioussavage it's probably similar to #40, printing raw HTTP request format. Before we add this feature, you can use httpie's --verbose option to print the request before each response.

commented

Cool. I will give that arg a try.

Closing this one as duplicate.