Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/http.md')
-rw-r--r--doc/api/http.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index ea977d0d555..e8b12ae2357 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -111,7 +111,7 @@ http.get({
<!-- YAML
added: v0.3.4
changes:
- - version: REPLACEME
+ - version: v14.5.0
pr-url: https://github.com/nodejs/node/pull/33278
description: Add `scheduling` option to specify the free socket
scheduling strategy.
@@ -302,7 +302,7 @@ can have open per origin. Origin is the returned value of [`agent.getName()`][].
### `agent.maxTotalSockets`
<!-- YAML
-added: REPLACEME
+added: v14.5.0
-->
* {number}
@@ -657,7 +657,7 @@ is finished.
<!-- YAML
added: v0.3.0
changes:
- - version: REPLACEME
+ - version: v14.5.0
pr-url: https://github.com/nodejs/node/pull/32789
description: The function returns `this` for consistency with other Readable
streams.
@@ -760,14 +760,14 @@ added: v0.1.97
### `request.host`
<!-- YAML
-added: REPLACEME
+added: v14.5.0
-->
* {string} The request host.
### `request.protocol`
<!-- YAML
-added: REPLACEME
+added: v14.5.0
-->
* {string} The request protocol.
@@ -1912,7 +1912,7 @@ const req = http.request({
<!-- YAML
added: v0.3.0
changes:
- - version: REPLACEME
+ - version: v14.5.0
pr-url: https://github.com/nodejs/node/pull/32789
description: The function returns `this` for consistency with other Readable
streams.