diff --git a/doc/api/http.md b/doc/api/http.md index 20bcd6eeda1d7e..5d04fabee79c46 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2641,12 +2641,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