We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1fc528 commit 11bb62dCopy full SHA for 11bb62d
doc/api/http.md
@@ -608,6 +608,12 @@ const setCookie = request.getHeader('set-cookie');
608
609
```
610
611
+### request.maxHeadersCount
612
+
613
+* {number} **Default:** `2000`
614
615
+Limits maximum response headers count. If set to 0, no limit will be applied.
616
617
### request.removeHeader(name)
618
<!-- YAML
619
added: v1.6.0
@@ -937,7 +943,7 @@ added: v0.7.0
937
943
938
944
* {number} **Default:** `2000`
939
945
940
-Limits maximum incoming headers count. If set to 0 - no limit will be applied.
946
+Limits maximum incoming headers count. If set to 0, no limit will be applied.
941
947
942
948
### server.setTimeout([msecs][, callback])
949
0 commit comments