doc: add returns for https.get

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/58025
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
Eng Zer Jun 2025-04-30 04:20:21 +08:00 committed by GitHub
parent 6876607a42
commit 397802e9f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -341,6 +341,7 @@ changes:
* `options` {Object | string | URL} Accepts the same `options` as
[`https.request()`][], with the method set to GET by default.
* `callback` {Function}
* Returns: {http.ClientRequest}
Like [`http.get()`][] but for HTTPS.