const jsonBody = yield* Effect.tryPromise(() => clientResponse.json());
return yield* HttpServerResponse.json(jsonBody, {
status: clientResponse.status,
headers: clientResponse.headers,
});
const jsonBody = yield* Effect.tryPromise(() => clientResponse.json());
return yield* HttpServerResponse.json(jsonBody, {
status: clientResponse.status,
headers: clientResponse.headers,
});