NodehttpServerResponse.prototype.writeContinuemethod ServerResponse.prototype.writeContinue#ServerResponse.prototype.writeContinue(callback?: () => void): voidSends an HTTP/1.1 100 Continue message to the client, indicating that the request body should be sent. See the 'checkContinue' event on Server. Parameters #optional#callback: () => voidReturn Type #void
method ServerResponse.prototype.writeContinue#ServerResponse.prototype.writeContinue(callback?: () => void): voidSends an HTTP/1.1 100 Continue message to the client, indicating that the request body should be sent. See the 'checkContinue' event on Server. Parameters #optional#callback: () => voidReturn Type #void