Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
doc: Improved documentation for joinDuplicateHeaders definition with …
…suggestion

Co-authored-by: Luigi Pinca <[email protected]>
  • Loading branch information
OnSuorce and lpinca authored Jul 25, 2023
commit 6fd16accaa00a10a6831f3b885e1a51850419632
4 changes: 2 additions & 2 deletions doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -3257,11 +3257,11 @@ changes:
* `IncomingMessage` {http.IncomingMessage} Specifies the `IncomingMessage`
class to be used. Useful for extending the original `IncomingMessage`.
**Default:** `IncomingMessage`.
* `joinDuplicateHeaders` {boolean} When set to true,this option allows
* `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`
**Default:** `false`.
* `keepAlive` {boolean} If set to `true`, it enables keep-alive functionality
on the socket immediately after a new incoming connection is received,
similarly on what is done in \[`socket.setKeepAlive([enable][, initialDelay])`]\[`socket.setKeepAlive(enable, initialDelay)`].
Expand Down