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.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index a3adbe36868..4186304da89 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -113,7 +113,7 @@ http.get({
<!-- YAML
added: v0.3.4
changes:
- - version: REPLACEME
+ - version: v12.19.0
pr-url: https://github.com/nodejs/node/pull/33617
description: Add `maxTotalSockets` option to agent constructor.
-->
@@ -295,7 +295,7 @@ can have open per origin. Origin is the returned value of [`agent.getName()`][].
### `agent.maxTotalSockets`
<!-- YAML
-added: REPLACEME
+added: v12.19.0
-->
* {number}
@@ -715,14 +715,14 @@ added: v0.1.97
### `request.host`
<!-- YAML
-added: REPLACEME
+added: v12.19.0
-->
* {string} The request host.
### `request.protocol`
<!-- YAML
-added: REPLACEME
+added: v12.19.0
-->
* {string} The request protocol.
@@ -1852,7 +1852,7 @@ const req = http.request({
<!-- YAML
added: v0.3.0
changes:
- - version: REPLACEME
+ - version: v12.19.0
pr-url: https://github.com/nodejs/node/pull/32789
description: The function returns `this` for consistency with other Readable
streams.