Skip to content

Commit

Permalink
doc: improved joinDuplicateHeaders definition
Browse files Browse the repository at this point in the history
PR-URL: #48859
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
OnSuorce committed Jul 28, 2023
1 parent 48345d0 commit 8f0f17e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -3257,9 +3257,10 @@ changes:
* `IncomingMessage` {http.IncomingMessage} Specifies the `IncomingMessage`
class to be used. Useful for extending the original `IncomingMessage`.
**Default:** `IncomingMessage`.
* `joinDuplicateHeaders` {boolean} It joins the field line values of multiple
headers in a request with `, ` instead of discarding the duplicates.
See [`message.headers`][] for more information.
* `joinDuplicateHeaders` {boolean} If set to `true`, this option allows
joining the field line values of multiple headers in a request with
a comma (`, `) instead of discarding the duplicates.
For more information, refer to [`message.headers`][].
**Default:** `false`.
* `keepAlive` {boolean} If set to `true`, it enables keep-alive functionality
on the socket immediately after a new incoming connection is received,
Expand Down

0 comments on commit 8f0f17e

Please sign in to comment.