ServerResponse.prototype.writeProcessing - Node documentation
method ServerResponse.prototype.writeProcessing

Usage in Deno

import { ServerResponse } from "node:http";
ServerResponse.prototype.writeProcessing(): void

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

Return Type

void