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的Http2Stream实例的权重总和,这些依赖是通过PRIORITY帧指定的。weight<number> 该Http2Stream的优先级权重。
此 Http2Stream 的当前状态。
【A current state of this Http2Stream.】