Concurrent requests gziped response

65 views Asked by At

Is there any package that can send concurrent requests and handle gzipped response?

The httr package from what I see it cannot handle asynchronous requests while from RCurl::getURIAsynchronous returns only gzipped content and I don't really know how to unzip it.

Is there any way to unzip it on-the-fly?

0

There are 0 answers