Created by: dzy321
proxyToNext is a function like this,if return true proxy to next
proxyToNext: (proxyRes) => { if (matchRouterChain.length > 0 && $next && $next(proxyRes)) { ProxyWeb(req,res); return true; } return false; }
Created by: dzy321
proxyToNext is a function like this,if return true proxy to next
proxyToNext: (proxyRes) => { if (matchRouterChain.length > 0 && $next && $next(proxyRes)) { ProxyWeb(req,res); return true; } return false; }