popomore / koa-proxy

Proxy middleware for koa
223 stars 102 forks source link

Only proxy to match path while options.map is defined and bypass others #61

Open qieguo2016 opened 6 years ago

qieguo2016 commented 6 years ago

Only proxy to match path while options.map is defined and bypass others. So, mutil proxy host will be supported. e.g: proxy({ host: 'http://alicdn.com', map: { 'index.js': 'index-1.js' } }) Only index.js will be proxy to http://alicdn.com. If you want to proxy other path to another host, just define another proxy!

Change-Id: I4c21d75c81a2360887a6b8a0a1dcec6e93532ed5