method ClientRequest.prototype.once
ClientRequest.prototype.once(event: "connect",listener: () => void,): this
Deprecated
ClientRequest.prototype.once(event: "information",listener: (info: InformationEvent) => void,): this
Deprecated
listener: (info: InformationEvent) => void
this
ClientRequest.prototype.once(event: "response",listener: (response: IncomingMessage) => void,): this
Deprecated
listener: (response: IncomingMessage) => void
this
ClientRequest.prototype.once(event: "socket",listener: (socket: Socket) => void,): this
Deprecated
listener: (socket: Socket) => void
this
ClientRequest.prototype.once(event: "upgrade",listener: () => void,): this
Deprecated
ClientRequest.prototype.once(event: "pipe",listener: (src: stream.Readable) => void,): this
Deprecated