class Gzip

def brotli_inflate(body)

def brotli_inflate(body)
  self.class.dependency 'brotli'
  Brotli.inflate(body)
end