expressjs.com icon indicating copy to clipboard operation
expressjs.com copied to clipboard

Results 122 expressjs.com issues
Sort by recently updated
recently updated
newest added

In the following issue, it is requested to customize the body size limit for `express.json()` dynamically based on the API route: > @marbuser (Apr 11, 2019): > I've got some...

More description for the Kites.js

Quick typo fix in en/guide/overriding-express-api.md: obects -> objects

Calling `req.acceptsLanguages` without argument(s) returns an `array` of languages from the HTTP `Accept-Language` header. This is much easier than calling `req.get('Accept-Language')`, because you do not need to parse the `Accept-Language`...

Forever is stale (+1 year with no maintenance) and has this on their README, "For new installations we encourage you to use pm2 or nodemon." fixes #990

Using template engine link was redirecting to Turkish page buy default. Changing it to English version page.

I think the default value mentioned at https://github.com/expressjs/expressjs.com/blob/gh-pages/_includes/api/en/4x/express.static.md#expressstaticroot-options is incorrect. It says in the table that the default value is 'ignore', but in the detailed docs at https://github.com/expressjs/expressjs.com/blob/gh-pages/_includes/api/en/4x/express.static.md#dotfiles which are...

**Description**: The link "ExpressJS StatusBoard" under the section "Express is made of many modules" on the page [https://expressjs.com/en/resources/community.html](https://expressjs.com/en/resources/community.html) is not working. **Steps to Reproduce**: 1. Go to [https://expressjs.com/en/resources/community.html](https://expressjs.com/en/resources/community.html) 2. Scroll...