Created by: mikkel
I have been using node-http-proxy to proxy requests to different web services. IE
"/api" : "127.0.0.1:8020",
"/report" : "127.0.0.1:8021"
So I made that simple to do by adding a pathnameOnly flag similar to hostnameOnly.
Created by: mikkel
I have been using node-http-proxy to proxy requests to different web services. IE
"/api" : "127.0.0.1:8020",
"/report" : "127.0.0.1:8021"
So I made that simple to do by adding a pathnameOnly flag similar to hostnameOnly.