mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 00:19:48 +01:00
This patch introduces the ability to control the ETag generation through the `res.sendFile` function. Specifically, the ETag option is wired to the application's configuration, allowing it to be enabled or disabled based on the app's settings. Fixes: https://github.com/expressjs/express/issues/2294 Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com> |
||
|---|---|---|
| .. | ||
| application.js | ||
| express.js | ||
| request.js | ||
| response.js | ||
| utils.js | ||
| view.js | ||