class HTTP::Features::AutoDeflate::CompressedBody

def initialize(body)

def initialize(body)
  @body       = body
  @compressed = nil
end