class HTTP::Response::Inflater

def zstream

def zstream
  @zstream ||= Zlib::Inflate.new(32 + Zlib::MAX_WBITS)
end