Vasily Lavrov

Results 3 issues of Vasily Lavrov

Hi, I need a possibility of using `createConnection` option in the http/https request: > createConnection A function that produces a socket/stream to use for the request when the agent option...

Hi, I'm using RegExp for Vite proxy, official documentation: https://vitejs.dev/config/server-options.html#server-proxy This code implements support for this feature (you can see original code in Vite package: https://github.com/vitejs/vite/blob/2c64267a82f1dfe703268fd5d8b1826e9bb457d5/packages/vite/src/node/server/middlewares/proxy.ts#L175-L180 )