After executing `client.Do`, the response's body cannot be read by the caller in the case that some content has been dropped. Being able to read the response again would allow for users to pick up dropped fields, in cases such as #1046
After executing
client.Do, the response's body cannot be read by the caller in the case that some content has been dropped.Being able to read the response again would allow for users to pick up dropped fields, in cases such as #1046