class HTTP::Features::AutoDeflate::CompressedBody

def initialize(uncompressed_body)

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