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
https://http-prompt.com
MIT License
8.96k stars 326 forks source link

Make it possible to see what the request will look like #134

Closed curioussavage closed 7 years ago

curioussavage commented 7 years ago

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.

eliangcs commented 7 years ago

@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.

curioussavage commented 7 years ago

Cool. I will give that arg a try.

eliangcs commented 7 years ago

Closing this one as duplicate.