Clarification regarding RoundTripper's guidance on Response
39 views
Skip to first unread message
Amit Saha
unread,
Nov 25, 2020, 6:21:13 AM11/25/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
Hi all, I am wondering whether the RoundTripper’s documentation on what can be done with the Response obtained needs further clarification as to is it ok or not to modify the response object?
In addition is it safe to consume the Response from another groutine after/when the RoundTripper returns?