The example ``` js proxy.on('proxyReq', function(proxyReq, req, res, options) { proxyReq.setHeader('X-Special-Proxy-Header', 'foobar'); }); ``` from the readme doesn't seem to work. It just uses the header from the req (or leaves it out if the request header was empty).