# File lib/em-http/http_header.rb, line 40
    def chunked_encoding?
      /chunked/i === self[HttpClient::TRANSFER_ENCODING]
    end