Handling Compressed Responses with `HttpClientResponse.schemaBodyJson` in Effect
Is
HttpClientResponse.schemaBodyJson supposed to automatically unzip compressed responses? If not, is there anything in Effect able to do that? Right now I just import from node:zlib but this is obviously platform-dependent