ServerResponse.prototype.writeContinue - Node documentation
method ServerResponse.prototype.writeContinue

Usage

import { ServerResponse } from "node:http";

Sends an HTTP/1.1 100 Continue message to the client, indicating that the request body should be sent. See the 'checkContinue' event onServer.

Parameters

optional
callback: () => void

Return Type

void