go-httpbin
go-httpbin copied to clipboard
[Feature request] Add verbose logging feature
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!