예제 #1
0
파일: Route.cs 프로젝트: hongAgain/CatLib
 /// <summary>
 /// 获取路由的中间件
 /// </summary>
 /// <returns></returns>
 public IFilterChain <IRequest, IResponse> GatherMiddleware()
 {
     return(options.GatherMiddleware());
 }