Home
last modified time | relevance | path

Searched refs:respond (Results 1 - 25 of 42) sorted by relevance

12

/third_party/node/test/parallel/
H A Dtest-http2-respond-errors.js14 Http2Stream.prototype.respond = () => 1;
18 stream.respond({ 'content-type': 'text/plain' });
22 () => stream.respond(),
33 () => stream.respond(),
H A Dtest-http2-client-setLocalWindowSize.js13 stream.respond();
67 stream.respond();
95 stream.respond();
H A Dtest-http2-status-code-invalid.js23 assert.throws(() => stream.respond({ ':status': i }), expectsError(i));
26 stream.respond();
H A Dtest-http2-respond-nghttperrors.js16 // Tests error handling within respond
44 Http2Stream.prototype.respond = () => currentError.ngError;
64 stream.respond();
H A Dtest-http2-no-wanttrailers-listener.js14 stream.respond(undefined, { waitForTrailers: true });
H A Dtest-http2-client-setNextStreamID-errors.js12 stream.respond();
H A Dtest-http2-cookies.js27 stream.respond({
H A Dtest-http2-methods.js21 stream.respond({
H A Dtest-http2-server-shutdown-before-respond.js15 stream.respond();
H A Dtest-http2-backpressure.js16 stream.respond({
H A Dtest-http2-connect-method-extended.js18 stream.respond();
H A Dtest-http2-multiheaders.js46 stream.respond(src);
H A Dtest-http2-pack-end-stream-flag.js14 stream.respond({
H A Dtest-http2-priority-event.js27 stream.respond({
H A Dtest-http2-response-splitting.js48 stream.respond(obj);
H A Dtest-http2-server-socket-destroy.js19 stream.respond();
H A Dtest-http2-trailers.js23 stream.respond({
H A Dtest-http2-zero-length-write.js29 stream.respond();
/third_party/node/test/fixtures/wpt/streams/readable-byte-streams/
H A Dgeneral.any.js333 byobRequest.respond(1);
337 byobRequest.respond(2);
417 byobRequest.respond(1);
421 byobRequest.respond(2);
839 controller.byobRequest.respond(1);
856 assert_true(byobRequestDefined[0], 'byobRequest must not be null before respond()');
857 assert_false(byobRequestDefined[1], 'byobRequest must be null after respond()');
858 assert_false(byobRequestViewDefined, 'view of initial byobRequest must be null after respond()');
860 }, 'ReadableStream with byte source: read(view), then respond()');
915 controller.byobRequest.respond(
[all...]
/third_party/rust/crates/clap/examples/
H A Drepl.rs13 match respond(line) { in main()
29 fn respond(line: &str) -> Result<bool, String> { in respond() functions
/third_party/node/benchmark/http2/
H A Dwrite.js17 stream.respond();
H A Dheaders.js31 stream.respond();
H A Dsimple.js21 stream.respond();
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DSwiftConfig.hpp92 void respond(Socket *clientSocket, const char *request);
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
H A Dentry.js328 async respond (method, options, status) {
405 return this.respond(request.method, options, 'stale')
412 // we got a 304, write a new index to the cache and respond from cache
452 // respond anyway
454 return this.respond(request.method, options, 'revalidated')
464 // respond with the new entry while writing it to the cache

Completed in 5 milliseconds

12