class Falcon::Hosts

def client_endpoints

def client_endpoints
	Hash[
		@named.collect{|name, host| [name, host.endpoint]}
	]
end