method Http2ServerResponse.prototype.once
Http2ServerResponse.prototype.once(event: "error",listener: (error: Error) => void,): this
Deprecated
Http2ServerResponse.prototype.once(event: "pipe",listener: (src: stream.Readable) => void,): this
Deprecated