jbittel / httpry

HTTP logging and information retrieval tool

Home Page:dumpsterventures.com/jason/httpry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there anyway to allow me to show all the HTTP headers or body?

fanchangyong opened this issue · comments

With the -f format option,I could select which header to output,but what should I do if I want to show all the headers send and receive?

Currently there's no way to display all headers at once, without specifying each one in the format string. It's a feature I've considered adding, but it never made it high enough on the list as the primary use case involves extracting specific, predetermined fields. Still, I can see where it would be helpful in some instances.

Any progress on this?