@@ -2355,9 +2355,9 @@ changes:
23552355 queued to be sent, and unacknowledged ` PING ` and ` SETTINGS ` frames are all
23562356 counted towards the current limit. ** Default:** ` 10 ` .
23572357 * ` maxHeaderListPairs ` {number} Sets the maximum number of header entries.
2358- This is similar to [ ` http.Server# maxHeadersCount` ] [ ] or
2359- [ ` http.ClientRequest# maxHeadersCount` ] [ ] . The minimum value is ` 4 ` .
2360- ** Default:** ` 128 ` .
2358+ This is similar to [ ` server. maxHeadersCount` ] [ ] or
2359+ [ ` request. maxHeadersCount` ] [ ] in the ` node:http ` module . The minimum value
2360+ is ` 4 ` . ** Default:** ` 128 ` .
23612361 * ` maxOutstandingPings ` {number} Sets the maximum number of outstanding,
23622362 unacknowledged pings. ** Default:** ` 10 ` .
23632363 * ` maxSendHeaderBlockLength ` {number} Sets the maximum allowed size for a
@@ -2512,9 +2512,9 @@ changes:
25122512 queued to be sent, and unacknowledged ` PING ` and ` SETTINGS ` frames are all
25132513 counted towards the current limit. ** Default:** ` 10 ` .
25142514 * ` maxHeaderListPairs ` {number} Sets the maximum number of header entries.
2515- This is similar to [ ` http.Server# maxHeadersCount` ] [ ] or
2516- [ ` http.ClientRequest# maxHeadersCount` ] [ ] . The minimum value is ` 4 ` .
2517- ** Default:** ` 128 ` .
2515+ This is similar to [ ` server. maxHeadersCount` ] [ ] or
2516+ [ ` request. maxHeadersCount` ] [ ] in the ` node:http ` module . The minimum value
2517+ is ` 4 ` . ** Default:** ` 128 ` .
25182518 * ` maxOutstandingPings ` {number} Sets the maximum number of outstanding,
25192519 unacknowledged pings. ** Default:** ` 10 ` .
25202520 * ` maxSendHeaderBlockLength ` {number} Sets the maximum allowed size for a
@@ -2640,9 +2640,9 @@ changes:
26402640 queued to be sent, and unacknowledged ` PING ` and ` SETTINGS ` frames are all
26412641 counted towards the current limit. ** Default:** ` 10 ` .
26422642 * ` maxHeaderListPairs ` {number} Sets the maximum number of header entries.
2643- This is similar to [ ` http.Server# maxHeadersCount` ] [ ] or
2644- [ ` http.ClientRequest# maxHeadersCount` ] [ ] . The minimum value is ` 1 ` .
2645- ** Default:** ` 128 ` .
2643+ This is similar to [ ` server. maxHeadersCount` ] [ ] or
2644+ [ ` request. maxHeadersCount` ] [ ] in the ` node:http ` module . The minimum value
2645+ is ` 1 ` . ** Default:** ` 128 ` .
26462646 * ` maxOutstandingPings ` {number} Sets the maximum number of outstanding,
26472647 unacknowledged pings. ** Default:** ` 10 ` .
26482648 * ` maxReservedRemoteStreams ` {number} Sets the maximum number of reserved push
@@ -4072,8 +4072,6 @@ you need to implement any fall-back behavior yourself.
40724072[ `Http2Stream` ] : #class-http2stream
40734073[ `ServerHttp2Stream` ] : #class-serverhttp2stream
40744074[ `TypeError` ] : errors.md#class-typeerror
4075- [ `http.ClientRequest#maxHeadersCount` ] : http.md#requestmaxheaderscount
4076- [ `http.Server#maxHeadersCount` ] : http.md#servermaxheaderscount
40774075[ `http2.SecureServer` ] : #class-http2secureserver
40784076[ `http2.Server` ] : #class-http2server
40794077[ `http2.createSecureServer()` ] : #http2createsecureserveroptions-onrequesthandler
@@ -4089,6 +4087,7 @@ you need to implement any fall-back behavior yourself.
40894087[ `net.connect()` ] : net.md#netconnect
40904088[ `net.createServer()` ] : net.md#netcreateserveroptions-connectionlistener
40914089[ `request.authority` ] : #requestauthority
4090+ [ `request.maxHeadersCount` ] : http.md#requestmaxheaderscount
40924091[ `request.socket.getPeerCertificate()` ] : tls.md#tlssocketgetpeercertificatedetailed
40934092[ `request.socket` ] : #requestsocket
40944093[ `response.end()` ] : #responseenddata-encoding-callback
@@ -4099,6 +4098,7 @@ you need to implement any fall-back behavior yourself.
40994098[ `response.write(data, encoding)` ] : http.md#responsewritechunk-encoding-callback
41004099[ `response.writeContinue()` ] : #responsewritecontinue
41014100[ `response.writeHead()` ] : #responsewriteheadstatuscode-statusmessage-headers
4101+ [ `server.maxHeadersCount` ] : http.md#servermaxheaderscount
41024102[ `tls.Server.close()` ] : tls.md#serverclosecallback
41034103[ `tls.TLSSocket` ] : tls.md#class-tlstlssocket
41044104[ `tls.connect()` ] : tls.md#tlsconnectoptions-callback
0 commit comments