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
Perhaps we could reuse the very same logic even for request/response logging using transport.LogRequests(transport.LogOptions{Concise: true, CURL: true}).
The text was updated successfully, but these errors were encountered:
It'd be nice to have a transport that would be able to "tee" request or response body into a
bytes.Buffer
on a per-request basis.This could be used for debugging or to enhance errors returned by external HTTP client packages.
Perhaps we could reuse the very same logic even for request/response logging using
transport.LogRequests(transport.LogOptions{Concise: true, CURL: true})
.The text was updated successfully, but these errors were encountered: