Resty
Resty copied to clipboard
gzip support
What about gzip support in Resty?
Upload/Download? Might be nice
I've added this in my fork if you would like to try it out. You need to add the header, but after that it should be transparent: restyInstance.withHeader("Accept-Encoding", "gzip")
Thank you!