PlugCaisson.Zlib (plug_caisson v0.1.1)
Implementation for DEFLATE/Zlib based compression methods:
gzipdeflate
These two are the most common algorithms used in the Web.
Options
:window_bits- size of the decompression window -:type- either:gzipor:deflatethat will set proper:window_bitsaccording to each algorithm
It is preferred to use :type over :window_bits, but if both are specified,
then :window_bits take precedence.