Skip to content

add options proxyToNext#1082

Open
dzy321 wants to merge 3 commits intohttp-party:masterfrom
dzy321:master
Open

add options proxyToNext#1082
dzy321 wants to merge 3 commits intohttp-party:masterfrom
dzy321:master

Conversation

@dzy321
Copy link
Copy Markdown

@dzy321 dzy321 commented Oct 28, 2016

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; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant