-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
semver-majorIssue or PR that should land as semver majorIssue or PR that should land as semver major
Milestone
Description
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure the feature has not already been requested
🚀 Feature Proposal
https://nodejs.org/api/url.html#urlhost
https://nodejs.org/api/url.html#urlhostname
The key difference between url.host and url.hostname is that url.hostname does not include the port.
Motivation
Currently, req.hostname is example.com:1234
Example
req.hostname // example.com
req.host // example.com:1234Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
semver-majorIssue or PR that should land as semver majorIssue or PR that should land as semver major