summaryrefslogtreecommitdiff
path: root/doc/api/http.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/http.md')
-rw-r--r--doc/api/http.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index 0b1340556b..1ef5bbb0fe 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -1802,7 +1802,7 @@ added to the [`'request'`][] event.
<!-- YAML
added: v0.3.6
changes:
- - version: REPLACEME
+ - version: v10.9.0
pr-url: https://github.com/nodejs/node/pull/21616
description: allow both url and options to be passed to `http.get()`
- version: v7.5.0
@@ -1879,7 +1879,7 @@ requests.
<!-- YAML
added: v0.3.6
changes:
- - version: REPLACEME
+ - version: v10.9.0
pr-url: https://github.com/nodejs/node/pull/21616
description: allow both url and options to be passed to `http.request()`
- version: v7.5.0