Home
last modified time | relevance | path

Searched refs:respondWithFile (Results 1 – 22 of 22) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-respond-file-errors.js41 () => stream.respondWithFile(fname, {
58 () => stream.respondWithFile(fname, {
71 () => stream.respondWithFile(fname, {
83 () => stream.respondWithFile(fname, {
Dtest-http2-respond-file-compat.js12 response.stream.respondWithFile(fname);
Dtest-http2-error-order.js25 .respondWithFile('dont exist');
Dtest-worker-terminate-http2-respond-with-file.js20 stream.respondWithFile(process.execPath); // Use a large-ish file.
Dtest-http2-respond-with-file-connection-abort.js17 stream.respondWithFile(process.execPath, {
Dtest-http2-respond-file-204.js20 stream.respondWithFile(fname, {
Dtest-http2-respond-file-error-dir.js11 stream.respondWithFile(process.cwd(), {
Dtest-http2-respond-file-304.js19 stream.respondWithFile(fname, {
Dtest-http2-generic-streams-sendfile.js13 stream.respondWithFile(__filename);
Dtest-http2-respond-file-404.js17 stream.respondWithFile(file, {
Dtest-http2-respond-file-range.js23 stream.respondWithFile(fname, {
Dtest-http2-respond-file.js23 stream.respondWithFile(fname, {
Dtest-http2-respond-file-with-pipe.js26 stream.respondWithFile(pipeName, {
Dtest-http2-respond-file-error-pipe-offset.js26 stream.respondWithFile(pipeName, {
Dtest-http2-respond-with-fd-errors.js71 stream.respondWithFile(fname);
/third_party/node/test/pummel/
Dtest-heapdump-http2.js17 stream.respondWithFile(process.execPath);
/third_party/node/doc/api/
Dhttp2.md1790 #### `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/
Dcore.js2878 respondWithFile(path, headers, options) { method in ServerHttp2Stream
/third_party/node/doc/changelogs/
DCHANGELOG_V16.md2320 …om/nodejs/node/commit/f1970127ee)] - **doc**: add try/catch in http2 respondWithFile example (Matt…
DCHANGELOG_V14.md1049 …om/nodejs/node/commit/945450b5cf)] - **doc**: add try/catch in http2 respondWithFile example (Matt…
DCHANGELOG_V8.md2594 …odejs/node/commit/22b2d1a786)] - **doc**: fix mistake in http2stream.respondWithFile. (Antoine AMA…
DCHANGELOG_V10.md3099 …odejs/node/commit/0b3c80ca31)] - **http2**: fix issues with aborted `respondWithFile()`s (Anna Hen…