http2stream.state
提供有关 Http2Stream
当前状态的其他信息。
¥Provides miscellaneous information about the current state of the
Http2Stream
.
-
-
localWindowSize
<number> 连接的对等体可以为此Http2Stream
发送的字节数,而不会收到WINDOW_UPDATE
。¥
localWindowSize
<number> The number of bytes the connected peer may send for thisHttp2Stream
without receiving aWINDOW_UPDATE
. -
state
<number> 指示由nghttp2
确定的Http2Stream
的低层当前状态的标志。¥
state
<number> A flag indicating the low-level current state of theHttp2Stream
as determined bynghttp2
. -
localClose
<number>1
(如果该Http2Stream
已在本地关闭)。¥
localClose
<number>1
if thisHttp2Stream
has been closed locally. -
remoteClose
<number>1
(如果此Http2Stream
已远程关闭)。¥
remoteClose
<number>1
if thisHttp2Stream
has been closed remotely. -
sumDependencyWeight
<number> 使用PRIORITY
帧指定的依赖于此Http2Stream
的所有Http2Stream
实例的总权重。此功能已在 RFC 9113 中弃用,并且将在 Node.js 的未来版本中移除对它的支持。¥
sumDependencyWeight
<number> The sum weight of allHttp2Stream
instances that depend on thisHttp2Stream
as specified usingPRIORITY
frames. This has been deprecated in RFC 9113, and support for it will be removed in future versions of Node.js. -
weight
<number> 此Http2Stream
的优先权重。此功能已在 RFC 9113 中弃用,并且将在 Node.js 的未来版本中移除对它的支持。¥
weight
<number> The priority weight of thisHttp2Stream
. This has been deprecated in RFC 9113, and support for it will be removed in future versions of Node.js.
-
此 Http2Stream
的当前状态。
¥A current state of this Http2Stream
.