express/lib
Juan José 327af123a1
feat: add support for ETag option in res.sendFile (#6073)
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>
2025-02-13 13:39:31 -06:00
..
application.js fix(refactor): prefix built-in node module imports 2025-01-10 11:53:44 -06:00
express.js fix(refactor): prefix built-in node module imports 2025-01-10 11:53:44 -06:00
request.js fix(refactor): prefix built-in node module imports 2025-01-10 11:53:44 -06:00
response.js feat: add support for ETag option in res.sendFile (#6073) 2025-02-13 13:39:31 -06:00
utils.js refactor: simplify normalizeTypes function (#6097) 2025-02-04 11:59:48 +01:00
view.js fix(refactor): prefix built-in node module imports 2025-01-10 11:53:44 -06:00