diff --git a/doc/api/http2.md b/doc/api/http2.md index c52b896da25217..d7397a3e72119c 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1429,6 +1429,10 @@ and will throw an error. #### `http2stream.respond([headers[, options]])` * `headers` {HTTP/2 Headers Object} @@ -1473,6 +1477,9 @@ server.on('stream', (stream) => {