trakteerjs
    Preparing search index...

    Type Alias FinishRequestCallback

    FinishRequestCallback: (request: IncomingMessage, websocket: WebSocket) => void

    FinishRequestCallback is a callback for last minute customization of the headers. If finishRequest is set, then it has the responsibility to call request.end() once it is done setting request headers.

    Type declaration