http2stream.state
提供有关当前 Http2Stream 状态的各种信息。
🌐 Provides miscellaneous information about the current state of the
Http2Stream.
- <Object>
localWindowSize<number> 已连接的对等方在未接收WINDOW_UPDATE的情况下,可能发送给这个Http2Stream的字节数。state<number> 一个标志,指示由nghttp2确定的Http2Stream的底层当前状态。localClose<number>1如果此Http2Stream已在本地关闭。remoteClose<number>1如果这个Http2Stream已经被远程关闭。sumDependencyWeight<number> 所有依赖于此Http2Stream并使用PRIORITY框架指定的Http2Stream实例的总重量。weight<number>Http2Stream的优先权重。
此 Http2Stream 的当前状态。
🌐 A current state of this Http2Stream.