express/lib
Ayoub Mabrouk 3dc96995df
Refactor: simplify acceptsLanguages implementation using spread operator (#6137)
Refactored `req.acceptsLanguages` to use the spread operator for passing arguments directly to `accept.languages`, eliminating the need for `.apply`. This approach improves readability and streamlines the function call.
2025-04-10 20:49:23 -05: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 Refactor: simplify acceptsLanguages implementation using spread operator (#6137) 2025-04-10 20:49:23 -05:00
response.js feat: Extend res.links() to allow adding multiple links with the same rel (closes #2729) (#4885) 2025-02-14 10:20:53 -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