gonzalocasas / node-proxy-middleware

proxy as middleware
MIT License
146 stars 65 forks source link

proxyOptions.route = '*.go' #58

Open gertcuykens opened 8 years ago

gertcuykens commented 8 years ago

Can a glob option be implemented please to proxy for example all *.go files to a backend server?

var proxyOptions = url.parse('https://localhost:8080/');
proxyOptions.route = '*.go';

It will enable to implement a more flexible router for this issue