Open gertcuykens opened 8 years ago
Can a glob option be implemented please to proxy for example all *.go files to a backend server?
*.go
var proxyOptions = url.parse('https://localhost:8080/'); proxyOptions.route = '*.go';
It will enable to implement a more flexible router for this issue
Can a glob option be implemented please to proxy for example all
*.go
files to a backend server?It will enable to implement a more flexible router for this issue