package connect; typedef ServerStackItem = { var route : String; var handle : ServerHandle; };