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