go-httpbin icon indicating copy to clipboard operation
go-httpbin copied to clipboard

[Feature request] Add verbose logging feature

Open 0x7FFFFFFFFFFFFFFF opened this issue 4 years ago • 0 comments

Could you help to add a -v option to make httpbin output detailed request and response information (like curl -v)? That would make the program more useful. I searched around and found that the httputil package has DumpRequest and DumpResponse methods, which could be used for this feature.

Btw, thanks for creating such a useful tool!

0x7FFFFFFFFFFFFFFF avatar Jul 17 '21 20:07 0x7FFFFFFFFFFFFFFF