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

As already discussed at https://github.com/expressjs/express/issues/3211 I'm making a PR to add some benchmarks. Imho, the most important thing to enlight is about the changing of request and response prototypes (twice...

pr
needs rebase

Fixed #2575,res.links() can accept an Array as the arguments

pr

The 'back' special case has been moved from `res.location()` to a new `req.back` getter. In the future, this will make it possible to redirect to a regular 'back' page.

discuss
5.x
pr

This eliminates the only post-startup synchronous I/O in Express. In addition, this makes the view.lookup method non-private, intended to be used by view engines to resolve paths to partials, and,...

enhancement
5.x
pr

#2603 A simple change but it might be useful in some cases where we can write shorter code to reuse middleware in `app.param`

enhancement
4.x
pr

Keeping a separate namespace so that what's sent per-request is separate from long-lived configuration values.

enhancement
5.x
pr

In some cases it is useful to be able to overwrite the json replacer at response level, in the end it is something related to the response. This change also...

discuss
enhancement
pr

This pr fixes #2729 I've done the following: - [x] Added a new test that covers my changes - [x] Runned linter

enhancement
pr

While developing a session termination feature in our apps I noticed that a cookie set by our session middleware to maintain cookie expiration was kept in the response even though...

pr
tests

The goal is to use the JS Class version of code, which is more efficient long term. When using the CLASS based JS, in the app.js file sample below, an...

discuss