http2.Http2ServerRequest 类


Http2ServerRequest 对象由 http2.Serverhttp2.SecureServer 创建并作为第一个参数传给 'request' 事件。 它可用于访问请求状态、标头和数据。

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.