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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index fd1d616050d..d3792c74fd0 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -2482,7 +2482,7 @@ not abort the request or do anything besides add a `'timeout'` event.
## `http.validateHeaderName(name)`
<!-- YAML
-added: REPLACEME
+added: v14.3.0
-->
* `name` {string}
@@ -2512,7 +2512,7 @@ try {
## `http.validateHeaderValue(name, value)`
<!-- YAML
-added: REPLACEME
+added: v14.3.0
-->
* `name` {string}