Commit 68b5cf8 1 parent 4d5d6d2 commit 68b5cf8 Copy full SHA for 68b5cf8
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3202,14 +3202,14 @@ changes:
3202
3202
* ` requestTimeout ` : Sets the timeout value in milliseconds for receiving
3203
3203
the entire request from the client.
3204
3204
See [ ` server.requestTimeout ` ] [ ] for more information.
3205
+ ** Default:** ` 300000 ` .
3205
3206
* ` joinDuplicateHeaders ` {boolean} It joins the field line values of multiple
3206
3207
headers in a request with ` , ` instead of discarding the duplicates.
3207
3208
See [ ` message.headers ` ] [ ] for more information.
3208
3209
** Default:** ` false ` .
3209
3210
* ` ServerResponse ` {http.ServerResponse} Specifies the ` ServerResponse ` class
3210
3211
to be used. Useful for extending the original ` ServerResponse ` . ** Default:**
3211
3212
` ServerResponse ` .
3212
- ** Default:** ` 300000 ` .
3213
3213
* ` uniqueHeaders ` {Array} A list of response headers that should be sent only
3214
3214
once. If the header's value is an array, the items will be joined
3215
3215
using ` ; ` .
You can’t perform that action at this time.
0 commit comments