Home
last modified time | relevance | path

Searched refs:onRequest (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/parallel/
Dtest-http-agent.js40 let onRequest = common.mustNotCall(); // Temporary
42 onRequest = common.mustCall((res) => {
57 const req = http.get({ port: port, path: '/' }, onRequest);
59 req.on('error', common.mustCall(onRequest));
Dtest-http2-https-fallback.js25 function onRequest(request, response) { function
70 common.mustCall(onRequest, 2)
115 common.mustCall(onRequest)
Dtest-http2-https-fallback-http-server-options.js20 function onRequest(request, response) { function
52 common.mustCall(onRequest, 1)
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_application_ServiceExtensionAbility.js34 this.onRequest = function (...args) { method
/third_party/node/doc/api/
Dhttp2.md3211 onRequest,
3214 function onRequest(req, res) {
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp82087 static nsIAtom* onRequest; member in nsGkAtoms