method ServerResponse.prototype.writeContinue
Jump to headingServerResponse.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 Jump to heading
optional
Jump to headingcallback: () => voidReturn Type Jump to heading
void