summaryrefslogtreecommitdiff
path: root/doc/api/https.md
diff options
context:
space:
mode:
authorSam Ruby <rubys@intertwingly.net>2018-07-06 21:46:38 -0400
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-07-25 21:33:06 +0300
commitf41dd5592ef4df3d200269e536a1693919d73b25 (patch)
tree3dab1cd7984ccc3ede8d5978695bda5106523edb /doc/api/https.md
parentb675fe360e60e4a21fd683e980066ca09adc1a03 (diff)
downloadandroid-node-v8-f41dd5592ef4df3d200269e536a1693919d73b25.tar.gz
android-node-v8-f41dd5592ef4df3d200269e536a1693919d73b25.tar.bz2
android-node-v8-f41dd5592ef4df3d200269e536a1693919d73b25.zip
tools: produce JSON documentation using unified/remark/rehype
PR-URL: https://github.com/nodejs/node/pull/21697 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/https.md')
-rw-r--r--doc/api/https.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/https.md b/doc/api/https.md
index 70147c7790..d36cfe927f 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -123,7 +123,7 @@ changes:
pr-url: https://github.com/nodejs/node/pull/10638
description: The `options` parameter can be a WHATWG `URL` object.
-->
-- `url` {string | URL}
+* `url` {string | URL}
* `options` {Object | string | URL} Accepts the same `options` as
[`https.request()`][], with the `method` always set to `GET`.
* `callback` {Function}
@@ -174,7 +174,7 @@ changes:
pr-url: https://github.com/nodejs/node/pull/10638
description: The `options` parameter can be a WHATWG `URL` object.
-->
-- `url` {string | URL}
+* `url` {string | URL}
* `options` {Object | string | URL} Accepts all `options` from
[`http.request()`][], with some differences in default values:
- `protocol` **Default:** `'https:'`