BuildDocsReferenceGuidesBlogDiscordnode:httpIncomingMessageurlBuildDocsReferenceGuidesBlogDiscordnode:httpIncomingMessageurlhttp.IncomingMessage.urlurlReferenceDocsGuidesDiscordMerch StoreGitHubBlogRuntimePackage managerTest runnerBundlerPackage runnerBun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseWe're hiring →
IncomingMessage.url property | Node.js http module | Bun,AI智能索引,全网链接索引,智能导航,网页索引
- **Only valid for request obtained from Server.**
Request URL string. This contains only the URL that is present in the actual
HTTP request. Take the following request:
```http
GET /status?name=ryan HTTP/1.1
Accept: text/plain
```
To parse the URL into its parts:
```js
new URL(`http://${process.env.HOST ??