method Http2ServerResponse.prototype.writeContinue Usage in Deno```typescript import { Http2ServerResponse } from "node:node__http2.d.ts"; ``` 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` and `Http2SecureServer`. Return Type void