diff --git a/doc/api/http2.md b/doc/api/http2.md index 1332673bb8aa4a..6c811990d5cdbe 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1070,6 +1070,16 @@ Set the `true` if the `END_STREAM` flag was set in the request or response HEADERS frame received, indicating that no additional data should be received and the readable side of the `Http2Stream` will be closed. +#### http2stream.id + + +* {number|undefined} + +The numeric stream identifier of this `Http2Stream` instance. Set to `undefined` +if the stream identifier has not yet been assigned. + #### http2stream.pending