Skip to content

Commit 184116c

Browse files
committed
debug response
1 parent 19fa360 commit 184116c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ func (bat *basicAuthTransport) RoundTrip(req *http.Request) (*http.Response, err
7878
}
7979

8080
// Dump response
81+
fmt.Printf("HTTP Response requested:\n")
8182
respDump, err := httputil.DumpResponse(resp, true)
8283
if err == nil {
8384
fmt.Printf("📥 HTTP Response:\n%s\n", respDump)

0 commit comments

Comments
 (0)