Skip to content

Commit 397802e

Browse files
authored
doc: add returns for https.get
Signed-off-by: Eng Zer Jun <[email protected]> PR-URL: nodejs#58025 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 6876607 commit 397802e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/https.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ changes:
341341
* `options` {Object | string | URL} Accepts the same `options` as
342342
[`https.request()`][], with the method set to GET by default.
343343
* `callback` {Function}
344+
* Returns: {http.ClientRequest}
344345

345346
Like [`http.get()`][] but for HTTPS.
346347

0 commit comments

Comments
 (0)