method Http2ServerRequest.prototype.once
Http2ServerRequest.prototype.once(event: "aborted",listener: (hadError: boolean,code: number,) => void,): this
Deprecated
Http2ServerRequest.prototype.once(event: "data",listener: (chunk: Buffer | string) => void,): this
Deprecated