Searched refs:respondWithFile (Results 1 – 22 of 22) sorted by relevance
/third_party/node/test/parallel/ |
D | test-http2-respond-file-errors.js | 41 () => stream.respondWithFile(fname, { 58 () => stream.respondWithFile(fname, { 71 () => stream.respondWithFile(fname, { 83 () => stream.respondWithFile(fname, {
|
D | test-http2-respond-file-compat.js | 12 response.stream.respondWithFile(fname);
|
D | test-http2-error-order.js | 25 .respondWithFile('dont exist');
|
D | test-worker-terminate-http2-respond-with-file.js | 20 stream.respondWithFile(process.execPath); // Use a large-ish file.
|
D | test-http2-respond-with-file-connection-abort.js | 17 stream.respondWithFile(process.execPath, {
|
D | test-http2-respond-file-204.js | 20 stream.respondWithFile(fname, {
|
D | test-http2-respond-file-error-dir.js | 11 stream.respondWithFile(process.cwd(), {
|
D | test-http2-respond-file-304.js | 19 stream.respondWithFile(fname, {
|
D | test-http2-generic-streams-sendfile.js | 13 stream.respondWithFile(__filename);
|
D | test-http2-respond-file-404.js | 17 stream.respondWithFile(file, {
|
D | test-http2-respond-file-range.js | 23 stream.respondWithFile(fname, {
|
D | test-http2-respond-file.js | 23 stream.respondWithFile(fname, {
|
D | test-http2-respond-file-with-pipe.js | 26 stream.respondWithFile(pipeName, {
|
D | test-http2-respond-file-error-pipe-offset.js | 26 stream.respondWithFile(pipeName, {
|
D | test-http2-respond-with-fd-errors.js | 71 stream.respondWithFile(fname);
|
/third_party/node/test/pummel/ |
D | test-heapdump-http2.js | 17 stream.respondWithFile(process.execPath);
|
/third_party/node/doc/api/ |
D | http2.md | 1790 #### `http2stream.respondWithFile(path[, headers[, options]])` 1858 stream.respondWithFile('/some/file', 1878 stream.respondWithFile('/some/file', 1908 stream.respondWithFile('/some/file',
|
/third_party/node/lib/internal/http2/ |
D | core.js | 2878 respondWithFile(path, headers, options) { method in ServerHttp2Stream
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V16.md | 2320 …om/nodejs/node/commit/f1970127ee)] - **doc**: add try/catch in http2 respondWithFile example (Matt…
|
D | CHANGELOG_V14.md | 1049 …om/nodejs/node/commit/945450b5cf)] - **doc**: add try/catch in http2 respondWithFile example (Matt…
|
D | CHANGELOG_V8.md | 2594 …odejs/node/commit/22b2d1a786)] - **doc**: fix mistake in http2stream.respondWithFile. (Antoine AMA…
|
D | CHANGELOG_V10.md | 3099 …odejs/node/commit/0b3c80ca31)] - **http2**: fix issues with aborted `respondWithFile()`s (Anna Hen…
|