We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0d2d6 commit e106fa3Copy full SHA for e106fa3
blog/25-07-23/streaming-upload-with-fetch/streaming-upload-with-fetch.html
@@ -96,6 +96,19 @@ <h2>
96
<br>
97
requires the server to be using http2 protocol
98
99
+ <a href='https://nodejs.org/api/http2.html'>
100
+ <span class=link-text>
101
+ The
102
+ <code inline>
103
+ node:http2
104
+ </code>
105
+ module provides an implementation of the HTTP/2 protocol.
106
+ </span>
107
+ <span class=link-domain>
108
+ nodejs.org
109
110
+ </a>
111
+ <br>
112
<a href='../../25-07-23/http2-server/http2-server.html'>
113
<span class=link-text>
114
how to set up HTTP/2 server in Node.js
0 commit comments