KC's Workspace
    Preparing search index...
    interface ClientRequestEventMap {
        abort: [];
        close: [];
        connect: [response: IncomingMessage, socket: Socket, head: NonSharedBuffer];
        continue: [];
        drain: [];
        error: [err: Error];
        finish: [];
        information: [info: InformationEvent];
        pipe: [src: Readable];
        response: [response: IncomingMessage];
        socket: [socket: Socket];
        timeout: [];
        unpipe: [src: Readable];
        upgrade: [response: IncomingMessage, socket: Socket, head: NonSharedBuffer];
    }

    Hierarchy (View Summary)

    Index

    Properties

    abort: []

    Listen for the 'close' event instead.

    close: []
    connect: [response: IncomingMessage, socket: Socket, head: NonSharedBuffer]
    continue: []
    drain: []
    error: [err: Error]
    finish: []
    information: [info: InformationEvent]
    pipe: [src: Readable]
    response: [response: IncomingMessage]
    socket: [socket: Socket]
    timeout: []
    unpipe: [src: Readable]
    upgrade: [response: IncomingMessage, socket: Socket, head: NonSharedBuffer]