Mike Tunnicliffe
Mike Tunnicliffe
This commit adds `res.settings`, an object on to which properties can be defined that will override application settings within Express internals (the values returned from `app.get()` are not altered, therefore...
The README.md should describe (but currently doesn't) the keys / values available in the object returned by `getEnvironment()`.
This PR attempts to implement https://github.com/expressjs/express/issues/2883. --- When using an error handler you have access to `req.route` which describes the most recently matched route. However, some other informaiton (like `req.baseUrl`)...