Converting HttpClientResponse to HttpServerResponse in Effect Typescript
I'm building a simple request proxy and wondering if there is an out of the box way to convert a HttpClientResponse to a HttpServerResponse? I'm not seeing anything obvious, wondering if this is a common enough flow that it would benefit from a helper?
