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 0765091106..ecc8b7e60c 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -295,7 +295,7 @@ the next argument will be used as a script filename.
### `--max-http-header-size=size`
<!-- YAML
-added: REPLACEME
+added: v6.16.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 e3b0b0af45..3aad3cfdc9 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -1583,7 +1583,7 @@ requests.
## http.maxHeaderSize
<!-- YAML
-added: REPLACEME
+added: v6.16.0
-->
* {number}