Is accepting gzip responses possible?

Hi. I’ve been reading over all the old corona forums on gzip but can’t find a definitive answer.

I have a server set up so that the content is streamed in gzip format.

On iOS it seems to work fine, but in Android there’s no automatic decompression I guess.

Thus, I end up with errors or nonsensical responses.

Is there a way to accept gzip with Corona on Android?

Thank you

What are you using to get the gzipped files?  network.request() or some other API?

Thanks

Rob

network.request()

What are you using to get the gzipped files?  network.request() or some other API?

Thanks

Rob

network.request()