Skip to main content

writeContinue

method Http2ServerResponse.prototype.writeContinue
Jump to headingHttp2ServerResponse.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 Jump to heading

void
Back to top