Cloning an HttpClientResponse for Caching Purposes
Is there any way to clone an HttpClientResponse? Reason is that I want to cache the internal native response object in certain cases but for that I need to consume the body. Similar to
response.clone()