Results 2 comments of Carlos

`proxyReqResolver` is not documented, has it been deprecated? it seems that only doing: ``` app.all(path, function (req, res) { req.query.newAddedParam = 'abcde'; apiProxy.web(req, res, { target: target }); }); ```...