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](https://github.com/tapio/live-server/issues/128)
Can a glob option be implemented please to proxy for example all
*.gofiles to a backend server?It will enable to implement a more flexible router for this issue