summaryrefslogtreecommitdiff
path: root/doc/api/https.md
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2018-09-19 17:14:37 +0200
committerTobias Nießen <tniessen@tnie.de>2018-09-19 21:12:45 +0200
commitfadafef4f4e673b71cb33078a588daddf8deed3a (patch)
treead132125056654b66245069e4dc8b9c804bd6deb /doc/api/https.md
parent77152739fd356c054e148e488936f018563136eb (diff)
downloadandroid-node-v8-fadafef4f4e673b71cb33078a588daddf8deed3a.tar.gz
android-node-v8-fadafef4f4e673b71cb33078a588daddf8deed3a.tar.bz2
android-node-v8-fadafef4f4e673b71cb33078a588daddf8deed3a.zip
doc: improve metadata for http.request
PR-URL: https://github.com/nodejs/node/pull/22949 Refs: https://github.com/nodejs/node/pull/21616 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/https.md')
-rw-r--r--doc/api/https.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/api/https.md b/doc/api/https.md
index 3f3dc54b44..66c96f2c67 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -116,7 +116,8 @@ added: v0.3.6
changes:
- version: v10.9.0
pr-url: https://github.com/nodejs/node/pull/21616
- description: allow both url and options to be passed to `https.get()`
+ description: The `url` parameter can now be passed along with a separate
+ `options` object.
- version: v7.5.0
pr-url: https://github.com/nodejs/node/pull/10638
description: The `options` parameter can be a WHATWG `URL` object.
@@ -162,7 +163,8 @@ added: v0.3.6
changes:
- version: v10.9.0
pr-url: https://github.com/nodejs/node/pull/21616
- description: allow both url and options to be passed to `https.request()`
+ description: The `url` parameter can now be passed along with a separate
+ `options` object.
- version: v9.3.0
pr-url: https://github.com/nodejs/node/pull/14903
description: The `options` parameter can now include `clientCertEngine`.