File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4415,7 +4415,7 @@ import { opendir } from 'node:fs/promises';
44154415}
44164416` ` `
44174417
4418- ### DEP0201 : ` Http1IncomingMessage` and ` Http1ServerResponse` options of HTTP/2 servers
4418+ ### DEP0202 : ` Http1IncomingMessage` and ` Http1ServerResponse` options of HTTP/2 servers
44194419
44204420<!-- YAML
44214421changes:
Original file line number Diff line number Diff line change @@ -2919,12 +2919,12 @@ changes:
29192919 ` IncomingMessage ` class to used for HTTP/1 fallback. Useful for extending
29202920 the original ` http.IncomingMessage ` . ** Default:** ` http.IncomingMessage ` .
29212921 ** Deprecated.** Use ` http1Options.IncomingMessage ` instead. See
2922- [ DEP0201 ] [ ] .
2922+ [ DEP0202 ] [ ] .
29232923 * ` Http1ServerResponse ` {http.ServerResponse} Specifies the ` ServerResponse `
29242924 class to used for HTTP/1 fallback. Useful for extending the original
29252925 ` http.ServerResponse ` . ** Default:** ` http.ServerResponse ` .
29262926 ** Deprecated.** Use ` http1Options.ServerResponse ` instead. See
2927- [ DEP0201 ] [ ] .
2927+ [ DEP0202 ] [ ] .
29282928 * ` http1Options ` {Object} An options object for configuring the HTTP/1
29292929 fallback when ` allowHTTP1 ` is ` true ` . These options are passed to the
29302930 underlying HTTP/1 server. See [ ` http.createServer() ` ] [ ] for available
@@ -4976,7 +4976,7 @@ you need to implement any fall-back behavior yourself.
49764976[ ALPN Protocol ID ] : https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids
49774977[ ALPN negotiation ] : #alpn-negotiation
49784978[ Compatibility API ] : #compatibility-api
4979- [ DEP0201 ] : deprecations.md#dep0201 -http1incomingmessage-and-http1serverresponse-options-of-http2-servers
4979+ [ DEP0202 ] : deprecations.md#dep0202 -http1incomingmessage-and-http1serverresponse-options-of-http2-servers
49804980[ HTTP/1 ] : http.md
49814981[ HTTP/2 ] : https://tools.ietf.org/html/rfc7540
49824982[ HTTP/2 Headers Object ] : #headers-object
You can’t perform that action at this time.
0 commit comments