I have an Erlang application that makes a large number of http client calls using inets. I would like to reduce the bandwidth bill by accepting gzipped data from the servers that provide it. Is there an inets option to handle this? [can't find one]. Is there a mail library that anyone can recommend? [I looked at the zdlib zip library, but it seems to unpack the archives, rather than unpack the individual streams].
Thank!
source
share