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`)...
Some Atom feeds only define their language via the root `` element using the `xml:lang` attribute. It would be great if it were possible to access this value as a...
Version: `[email protected]` The following code works as expected but fails to compile under Typescript: ```js import Parser from 'rss-parser'; const parser = new Parser({ customFields: { feed: [['dc:language', 'language']] }...