Home
last modified time | relevance | path

Searched refs:writeContinue (Results 1 – 8 of 8) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-compat-expect-continue-check.js20 res.writeContinue();
24 assert.strictEqual(res.writeContinue(), false);
26 () => process.nextTick(() => assert.strictEqual(res.writeContinue(), false))
Dtest-http-expect-continue.js45 res.writeContinue();
Dtest-http-write-callbacks.js53 res.writeContinue(() => {
/third_party/node/lib/
D_http_server.js240 ServerResponse.prototype.writeContinue = function writeContinue(cb) { method in ServerResponse
888 res.writeContinue();
/third_party/node/lib/internal/http2/
Dcompat.js797 writeContinue() { method in Http2ServerResponse
830 response.writeContinue();
/third_party/node/doc/api/
Dhttp2.md1761 Handling this event involves calling [`response.writeContinue()`][] if the
1957 Handling this event involves calling [`response.writeContinue()`][] if the
3663 #### `response.writeContinue()`
3847 [`response.writeContinue()`]: #http2_response_writecontinue
Dhttp.md1043 Handling this event involves calling [`response.writeContinue()`][] if the
1807 ### `response.writeContinue()`
3165 [`response.writeContinue()`]: #http_response_writecontinue
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md3033 …dejs/node/commit/f612a6dd5c)] - **http2**: handle 100-continue flow & writeContinue (Anatoli Papir…