http2session.type
- 类型:<number>
http2session.type 如果这个 Http2Session 实例是服务器,将等于 http2.constants.NGHTTP2_SESSION_SERVER;如果实例是客户端,则等于 http2.constants.NGHTTP2_SESSION_CLIENT。
【The http2session.type will be equal to
http2.constants.NGHTTP2_SESSION_SERVER if this Http2Session instance is a
server, and http2.constants.NGHTTP2_SESSION_CLIENT if the instance is a
client.】