PlugCaisson.Zlib (plug_caisson v0.1.0)

Implementation for DEFLATE/Zlib based compression methods:

  • gzip
  • deflate

These two are the most common algorithms used in the Web.

Options

  • :window_bits - size of the decompression window - :type - either :gzip or :deflate that will set proper :window_bits according to each algorithm

It is preferred to use :type over :window_bits, but if both are specified, then :window_bits take precedence.