diff --git a/doc/api/http.md b/doc/api/http.md index b9b243ae4fc7da..faab84319bee46 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -3235,6 +3235,7 @@ changes: * `requestTimeout`: Sets the timeout value in milliseconds for receiving the entire request from the client. See [`server.requestTimeout`][] for more information. + **Default:** `300000`. * `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. @@ -3242,7 +3243,6 @@ changes: * `ServerResponse` {http.ServerResponse} Specifies the `ServerResponse` class to be used. Useful for extending the original `ServerResponse`. **Default:** `ServerResponse`. - **Default:** `300000`. * `uniqueHeaders` {Array} A list of response headers that should be sent only once. If the header's value is an array, the items will be joined using `; `.