# File lib/em-http/http_header.rb, line 44
    def keep_alive?
      /keep-alive/i === self[HttpClient::KEEP_ALIVE]
    end