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.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index d551b588c8f..708c6113bbb 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -2655,12 +2655,14 @@ it inherits from `Stream`.
The User should not call this function directly.
-### `outgoingMessage.removeHeader()`
+### `outgoingMessage.removeHeader(name)`
<!-- YAML
-added: v0.4.0
+added: v0.4.0
-->
+* `name` {string} Header name
+
Removes a header that is queued for implicit sending.
```js