/// <summary> /// 获取路由的中间件 /// </summary> /// <returns></returns> public IFilterChain <IRequest, IResponse> GatherMiddleware() { return(options.GatherMiddleware()); }