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 6179c27 commit 78b2bc7Copy full SHA for 78b2bc7
doc/api/http2.md
@@ -893,7 +893,7 @@ invoked with two arguments: an Object containing the received
893
For example:
894
895
```js
896
-const http2 = require('http');
+const http2 = require('http2');
897
const client = http2.connect('https://localhost');
898
const req = client.request({ ':path': '/' });
899
req.on('response', (headers, flags) => {
0 commit comments