# File lib/em-http/http_header.rb, line 48
    def compressed?
      /gzip|compressed|deflate/i === self[HttpClient::CONTENT_ENCODING]
    end