ClientHttp2Stream 类
- 继承自 <Http2Stream>
ClientHttp2Stream
类是 Http2Stream
的扩展,专门用于 HTTP/2 客户端。
客户端上的 Http2Stream
实例提供仅与客户端相关的事件,例如 'response'
和 'push'
。
- Extends <Http2Stream>
The ClientHttp2Stream
class is an extension of Http2Stream
that is
used exclusively on HTTP/2 Clients. Http2Stream
instances on the client
provide events such as 'response'
and 'push'
that are only relevant on
the client.