/third_party/node/test/parallel/ |
D | test-http2-respond-errors.js | 14 Http2Stream.prototype.respond = () => 1; method in Http2Stream 18 stream.respond({ 'content-type': 'text/plain' }); 22 () => stream.respond(), 33 () => stream.respond(),
|
D | test-http2-options-max-reserved-streams.js | 24 pushedStream.respond(); 35 pushedStream.respond(); 44 stream.respond();
|
D | test-http2-origin.js | 35 stream.respond(); 113 stream.respond(); 143 stream.respond({ ':status': 421 }); 177 stream.respond();
|
D | test-http2-client-setLocalWindowSize.js | 13 stream.respond(); 67 stream.respond(); 95 stream.respond();
|
D | test-http2-capture-rejection.js | 21 stream.respond({ ':status': 200 }); 119 push.respond({ 128 stream.respond({
|
D | test-http2-status-code-invalid.js | 23 assert.throws(() => stream.respond({ ':status': i }), expectsError(i)); 26 stream.respond();
|
D | test-http2-misused-pseudoheaders.js | 18 assert.throws(() => stream.respond({ [i]: '/' }), 24 stream.respond({}, { waitForTrailers: true });
|
D | test-http2-dont-lose-data.js | 15 pushStream.respond(); 19 s.respond();
|
D | test-http2-server-push-stream.js | 18 push.respond({ 35 stream.respond({
|
D | test-http2-serve-file.js | 32 stream.respond({ [HTTP2_HEADER_STATUS]: 404 }); 35 stream.respond({ [HTTP2_HEADER_STATUS]: 200 });
|
D | test-http2-server-push-stream-head.js | 23 push.respond(); 34 stream.respond({
|
D | test-http2-client-data-end.js | 15 push.respond({ 24 stream.respond({ 'content-type': 'text/html' });
|
D | test-http2-respond-nghttperrors.js | 44 Http2Stream.prototype.respond = () => currentError.ngError; method in Http2Stream 64 stream.respond();
|
D | test-http2-invalidargtypes-errors.js | 21 stream.respond();
|
D | test-http2-client-priority-before-connect.js | 12 stream.respond();
|
D | test-http2-date-header.js | 13 stream.respond();
|
D | test-http2-no-wanttrailers-listener.js | 14 stream.respond(undefined, { waitForTrailers: true });
|
D | test-http2-request-remove-connect-listener.js | 12 stream.respond();
|
D | test-http2-forget-closed-streams.js | 26 this.respond({
|
D | test-http2-respond-no-data.js | 19 stream.respond({ ':status': status.shift() });
|
/third_party/python/Tools/scripts/ |
D | serve.py | 13 def app(environ, respond): argument 21 respond('200 OK', [('Content-Type', type)]) 24 respond('404 Not Found', [('Content-Type', 'text/plain')])
|
/third_party/node/deps/npm/node_modules/promzard/test/ |
D | buffer.js | 52 respond() 60 function respond () { function
|
D | basic.js | 53 respond() 61 function respond () { function
|
/third_party/curl/tests/data/ |
D | test1075 | 13 # The test server provides no way to respond differently to a subsequent 14 # Basic authenticated request (we really want to respond with 200 for 15 # the second), so just respond with 401 for both and let curl deal with it.
|
/third_party/node/benchmark/http2/ |
D | write.js | 17 stream.respond();
|