get/post/all... 这类方法能否增加一种重载,比如: function Get(const APath: array of string; const ARouterProc: TCrossHttpRouterProc): ICrossHttpServer; overload; 否则多个路径共用一个方法,要反复地写get方法,用这种重载一次可以指定多个路径匹配一个路由回调函数。