We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19fa360 commit 184116cCopy full SHA for 184116c
main.go
@@ -78,6 +78,7 @@ func (bat *basicAuthTransport) RoundTrip(req *http.Request) (*http.Response, err
78
}
79
80
// Dump response
81
+ fmt.Printf("HTTP Response requested:\n")
82
respDump, err := httputil.DumpResponse(resp, true)
83
if err == nil {
84
fmt.Printf("📥 HTTP Response:\n%s\n", respDump)
0 commit comments