Provides miscellaneous information about the current state of the
Http2Stream.
- {Object}
localWindowSize{number} The number of bytes the connected peer may send for thisHttp2Streamwithout receiving aWINDOW_UPDATE.state{number} A flag indicating the low-level current state of theHttp2Streamas determined bynghttp2.localClose{number}1if thisHttp2Streamhas been closed locally.remoteClose{number}1if thisHttp2Streamhas been closed remotely.sumDependencyWeight{number} The sum weight of allHttp2Streaminstances that depend on thisHttp2Streamas specified usingPRIORITYframes.weight{number} The priority weight of thisHttp2Stream.
A current state of this Http2Stream.
