method Http2ServerRequest.prototype.once
#Http2ServerRequest.prototype.once(event: "aborted",listener: (hadError: boolean,code: number,) => void,): this
#Http2ServerRequest.prototype.once(event: "close",listener: () => void,): this
#Http2ServerRequest.prototype.once(event: "data",listener: (chunk: Buffer | string) => void,): this
#Http2ServerRequest.prototype.once(event: "end",listener: () => void,): this
#Http2ServerRequest.prototype.once(event: "readable",listener: () => void,): this
#Http2ServerRequest.prototype.once(event: "error",listener: (err: Error) => void,): this