Rob--W / cors-anywhere

CORS Anywhere is a NodeJS reverse proxy which adds CORS headers to the proxied request.
MIT License
8.62k stars 6.03k forks source link

Adding custom listeners functions to proxy server #473

Open nthings opened 11 months ago

nthings commented 11 months ago

If set, this functionsare called with the httpProxy instance as argument. This allows you to register custom event listeners, for example to listen for the proxyReq event.