Skip to main content
method ServerResponse.prototype.writeProcessing
ServerResponse.prototype.writeProcessing(): void
Deprecated

Sends a HTTP/1.1 102 Processing message to the client, indicating that the request body should be sent.

Return Type

void
Back to top