Cloning an `HttpClientResponse` for Recording Purposes
hi! is it possible right now to clone an
HttpClientResponse
HttpClientResponse
? i'm trying to create an http client response recorder, but once it's consumed by the recorder service, the "real" call site fails (because it's already been consumed).
there doesn't seem any immediately obvious way to do this because the