class Protocol::HTTP::Header::Connection

def keep_alive?

def keep_alive?
	self.include?(KEEP_ALIVE)
end