Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 360c708

Browse filesBrowse files
murgatroid99BridgeAR
authored andcommitted
doc: document Http2Stream#id property
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>
1 parent 186e94c commit 360c708
Copy full SHA for 360c708

File tree

Expand file treeCollapse file tree

1 file changed

+10
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/http2.md‎

Copy file name to clipboardExpand all lines: doc/api/http2.md
+10Lines changed: 10 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,16 @@ Set the `true` if the `END_STREAM` flag was set in the request or response
10701070
HEADERS frame received, indicating that no additional data should be received
10711071
and the readable side of the `Http2Stream` will be closed.
10721072

1073+
#### http2stream.id
1074+
<!-- YAML
1075+
added: v8.4.0
1076+
-->
1077+
1078+
* {number|undefined}
1079+
1080+
The numeric stream identifier of this `Http2Stream` instance. Set to `undefined`
1081+
if the stream identifier has not yet been assigned.
1082+
10731083
#### http2stream.pending
10741084
<!-- YAML
10751085
added: v9.4.0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.