method Http2ServerResponse.prototype.on
#Http2ServerResponse.prototype.on(event: "close",listener: () => void,): this
#Http2ServerResponse.prototype.on(event: "drain",listener: () => void,): this
#Http2ServerResponse.prototype.on(event: "error",listener: (error: Error) => void,): this
#Http2ServerResponse.prototype.on(event: "finish",listener: () => void,): this
#Http2ServerResponse.prototype.on(event: "pipe",listener: (src: stream.Readable) => void,): this
#Http2ServerResponse.prototype.on(event: "unpipe",listener: (src: stream.Readable) => void,): this