Method: HTTPX::Plugins::Compression::Deflate.decoder

Defined in:
lib/httpx/plugins/compression/deflate.rb

.decoderObject



43
44
45
# File 'lib/httpx/plugins/compression/deflate.rb', line 43

def decoder
  Decoder.new(Zlib::Inflate.new(32 + Zlib::MAX_WBITS))
end