Home
last modified time | relevance | path

Searched refs:httpGet (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/sequential/
Dtest-inspector.js293 checkListResponse(await child.httpGet(null, '/json'));
294 checkListResponse(await child.httpGet(null, '/json/list'));
295 checkVersion(await child.httpGet(null, '/json/version'));
297 await child.httpGet(null, '/json/activate').catch(checkBadPath);
298 await child.httpGet(null, '/json/activate/boom').catch(checkBadPath);
299 await child.httpGet(null, '/json/badpath').catch(checkBadPath);
Dtest-inspector-stress-http.js11 await child.httpGet(null, '/json/list');
Dtest-inspector-ip-detection.js35 checkIpAddress(ip, await instance.httpGet(ip, '/json/list'));
/third_party/node/test/parallel/
Dtest-inspector-reported-host.js12 const response = await child.httpGet(null, '/json', madeUpHost);
/third_party/node/test/common/
Dinspector-helper.js392 httpGet(host, path, hostHeaderValue) { method in NodeInstance
417 const response = await this.httpGet(null, '/json/list');