http2stream.pushAllowed
- 类型:<boolean>
只读属性,映射到远程客户端最近的 SETTINGS 帧的 SETTINGS_ENABLE_PUSH 标志。如果远程对等端接受推送流,则为 true,否则为 false。在同一 Http2Session 中,每个 Http2Stream 的设置都是相同的。
【Read-only property mapped to the SETTINGS_ENABLE_PUSH flag of the remote
client's most recent SETTINGS frame. Will be true if the remote peer
accepts push streams, false otherwise. Settings are the same for every
Http2Stream in the same Http2Session.】