Http2ServerResponse.prototype.writeContinue - Node documentation
method Http2ServerResponse.prototype.writeContinue

Usage in Deno

import { Http2ServerResponse } from "node:http2";
Http2ServerResponse.prototype.writeContinue(): void

Sends a status 100 Continue to the client, indicating that the request body should be sent. See the 'checkContinue' event on Http2Server andHttp2SecureServer.

Return Type

void