Home
last modified time | relevance | path

Searched refs:respond (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/third_party/node/test/parallel/
Dtest-http2-respond-errors.js14 Http2Stream.prototype.respond = () => 1; method in Http2Stream
18 stream.respond({ 'content-type': 'text/plain' });
22 () => stream.respond(),
33 () => stream.respond(),
Dtest-http2-options-max-reserved-streams.js24 pushedStream.respond();
35 pushedStream.respond();
44 stream.respond();
Dtest-http2-origin.js35 stream.respond();
113 stream.respond();
143 stream.respond({ ':status': 421 });
177 stream.respond();
Dtest-http2-client-setLocalWindowSize.js13 stream.respond();
67 stream.respond();
95 stream.respond();
Dtest-http2-capture-rejection.js21 stream.respond({ ':status': 200 });
119 push.respond({
128 stream.respond({
Dtest-http2-status-code-invalid.js23 assert.throws(() => stream.respond({ ':status': i }), expectsError(i));
26 stream.respond();
Dtest-http2-misused-pseudoheaders.js18 assert.throws(() => stream.respond({ [i]: '/' }),
24 stream.respond({}, { waitForTrailers: true });
Dtest-http2-dont-lose-data.js15 pushStream.respond();
19 s.respond();
Dtest-http2-server-push-stream.js18 push.respond({
35 stream.respond({
Dtest-http2-serve-file.js32 stream.respond({ [HTTP2_HEADER_STATUS]: 404 });
35 stream.respond({ [HTTP2_HEADER_STATUS]: 200 });
Dtest-http2-server-push-stream-head.js23 push.respond();
34 stream.respond({
Dtest-http2-client-data-end.js15 push.respond({
24 stream.respond({ 'content-type': 'text/html' });
Dtest-http2-respond-nghttperrors.js44 Http2Stream.prototype.respond = () => currentError.ngError; method in Http2Stream
64 stream.respond();
Dtest-http2-invalidargtypes-errors.js21 stream.respond();
Dtest-http2-client-priority-before-connect.js12 stream.respond();
Dtest-http2-date-header.js13 stream.respond();
Dtest-http2-no-wanttrailers-listener.js14 stream.respond(undefined, { waitForTrailers: true });
Dtest-http2-request-remove-connect-listener.js12 stream.respond();
Dtest-http2-forget-closed-streams.js26 this.respond({
Dtest-http2-respond-no-data.js19 stream.respond({ ':status': status.shift() });
/third_party/python/Tools/scripts/
Dserve.py13 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/
Dbuffer.js52 respond()
60 function respond () { function
Dbasic.js53 respond()
61 function respond () { function
/third_party/curl/tests/data/
Dtest107513 # 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/
Dwrite.js17 stream.respond();

12345678910>>...13