Method: HTTPX::Plugins::Compression::Deflate.decoder
- Defined in:
- lib/httpx/plugins/compression/deflate.rb
.decoder ⇒ Object
43 44 45 |
# File 'lib/httpx/plugins/compression/deflate.rb', line 43 def decoder Decoder.new(Zlib::Inflate.new(32 + Zlib::MAX_WBITS)) end |