express icon indicating copy to clipboard operation
express copied to clipboard

Fast, unopinionated, minimalist web framework for node.

Results 225 express issues
Sort by recently updated
recently updated
newest added

Closes #3143 Will throw an error if status code is not an integer. ~Cases that are allowed are cases that Node.js also allows, such as `'200.0'` or `200`. I made...

enhancement
5.x
pr

Refs: https://github.com/expressjs/discussions/issues/98 Refs: https://github.com/expressjs/discussions/issues/106#issuecomment-595342919 co-authored-by: Wes Todd @wesleytodd

docs
pr

app.set('json replacer', { fn: function(key, value, {req, res}) { ...}, reqRes: true }); This is another way. One of the options is reqRes : true. In this case, the replacer...

pr

It adds a built-in way to skip to the final route of a layers stack (see this closed issue #1662). Based on my experience, i was thinking it could be...

ideas
needs tests
pr

Started as a `5.x` PR, this is the deprecation version for the `4.x` branch. See: #3218 The only thing I am worried about this this is that the `app.settings` object...

pr

Avoids cluttering app.locals, and is consistent with the assignment of the "view engine" settings: ```js app.set("view options", { basedir: "somedir" }); app.set("view engine", "pug"); ``` The intent is also stated...

ideas
needs tests
pr

Make option for setting back as location to override built in behavior. To redirect to page "back", default behavior is to use referrer or navigate to root of domain and...

ideas
4.x
pr