Skip to content

Commit

Permalink
doc: document Http2Stream#id property
Browse files Browse the repository at this point in the history
PR-URL: #28074
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
murgatroid99 authored and cjihrig committed Jun 11, 2019
1 parent 04633ee commit 155caf7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/api/http2.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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 HEADERS frame received, indicating that no additional data should be received
and the readable side of the `Http2Stream` will be closed. and the readable side of the `Http2Stream` will be closed.


#### http2stream.id
<!-- YAML
added: v8.4.0
-->

* {number|undefined}

The numeric stream identifier of this `Http2Stream` instance. Set to `undefined`
if the stream identifier has not yet been assigned.

#### http2stream.pending #### http2stream.pending
<!-- YAML <!-- YAML
added: v9.4.0 added: v9.4.0
Expand Down

0 comments on commit 155caf7

Please sign in to comment.