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
path: root/doc/api
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/cli.md2
-rw-r--r--doc/api/http.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index e906c848b3c..c130f1a51db 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -407,7 +407,7 @@ the next argument will be used as a script filename.
### `--max-http-header-size=size`
<!-- YAML
-added: REPLACEME
+added: v8.15.0
-->
Specify the maximum size, in bytes, of HTTP headers. Defaults to 8KB.
diff --git a/doc/api/http.md b/doc/api/http.md
index 86ad7d66911..0ad9f8a2a45 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -1807,7 +1807,7 @@ requests.
## http.maxHeaderSize
<!-- YAML
-added: REPLACEME
+added: v8.15.0
-->
* {number}