issues
search
expressjs
/
express
Fast, unopinionated, minimalist web framework for node.
https://expressjs.com
MIT License
65.73k
stars
16.35k
forks
source link
docs: update JSDoc for req.host getter
#6133
Open
Ayoub-Mabrouk
opened
2 weeks ago
Ayoub-Mabrouk
commented
2 weeks ago
Changed the return type annotation to include
undefined
, reflecting the actual return value.
Updated the implementation to use modern JavaScript methods for better readability and performance.
Clarified comments regarding the handling of the X-Forwarded-Host header.
undefined
, reflecting the actual return value.