esc icon indicating copy to clipboard operation
esc copied to clipboard

Add method to return compressed data

Open mhr3 opened this issue 6 years ago • 3 comments

Would be great if there was FSGzippedByte method which would return the compressed representation of the data, afterall pretty much every browser sends Accept-Encoding: gzip.

mhr3 avatar Nov 08 '17 11:11 mhr3

Yes, I agree. I'm unlikely to add this myself in the near future though.

maddyblue avatar Nov 15 '17 03:11 maddyblue

@mhr3 any idea how to use such a method without implemented the http server side, too?

andig avatar Jan 03 '19 07:01 andig

I'm afraid you'd have to implement some http glue as well, don't think it's possible to make it work automatically.

mhr3 avatar Jan 10 '19 17:01 mhr3