File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3284,9 +3284,10 @@ changes:
3284
3284
the entire request from the client.
3285
3285
See [ ` server.requestTimeout ` ] [ ] for more information.
3286
3286
** Default:** ` 300000 ` .
3287
- * ` requireHostHeader ` {boolean} It forces the server to respond with
3288
- a 400 (Bad Request) status code to any HTTP/1.1 request message
3289
- that lacks a Host header (as mandated by the specification).
3287
+ * ` requireHostHeader ` {boolean} If set to ` true ` , it forces the server to
3288
+ respond with a 400 (Bad Request) status code to any HTTP/1.1
3289
+ request message that lacks a Host header
3290
+ (as mandated by the specification).
3290
3291
** Default:** ` true ` .
3291
3292
* ` ServerResponse ` {http.ServerResponse} Specifies the ` ServerResponse ` class
3292
3293
to be used. Useful for extending the original ` ServerResponse ` . ** Default:**
You can’t perform that action at this time.
0 commit comments