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