You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// handleBinaryData checks if the response should be treated as binary data based on the Content-Type or Content-Disposition headers. It assigns the response body to 'out' if 'out' is of type *[]byte.
74
+
75
+
// handleBinaryData checks if the response should be treated as binary data based on the Content-Type or Content-Disposition headers.
76
+
// It supports writing the response body to an output parameter of type *[]byte or io.Writer.
0 commit comments