类:http2.Http2ServerRequest


【Class: 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.】