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