diff --git a/doc/api/http.md b/doc/api/http.md index d551b588c8f22e..708c6113bbbc4b 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)` +* `name` {string} Header name + Removes a header that is queued for implicit sending. ```js