diff --git a/doc/api/http.md b/doc/api/http.md index 86234e2fef8b66..16bbdc70e38c7d 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2644,12 +2644,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