http2.Http2ServerRequest 类
- 继承自: <stream.Readable>
Http2ServerRequest
对象由 http2.Server
或 http2.SecureServer
创建并作为第一个参数传给 'request'
事件。
它可用于访问请求状态、标头和数据。
- Extends: <stream.Readable>
A Http2ServerRequest
object is created by http2.Server
or
http2.SecureServer
and passed as the first argument to the
'request'
event. It may be used to access a request status, headers, and
data.