node-http-proxy icon indicating copy to clipboard operation
node-http-proxy copied to clipboard

proxy target to ipc

Open cncolder opened this issue 2 years ago • 0 comments

I understand that the main purpose of http-proxy is to proxy http. Is it possible to set the target to ipc unix sock?

proxy.web(req, res, { target: '/tmp/webpack-dev-server.sock' });

cncolder avatar Dec 01 '21 06:12 cncolder