Searched refs:httpGet (Results 1 – 5 of 5) sorted by relevance
/third_party/node/test/sequential/ |
D | test-inspector.js | 293 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);
|
D | test-inspector-stress-http.js | 11 await child.httpGet(null, '/json/list');
|
D | test-inspector-ip-detection.js | 35 checkIpAddress(ip, await instance.httpGet(ip, '/json/list'));
|
/third_party/node/test/parallel/ |
D | test-inspector-reported-host.js | 12 const response = await child.httpGet(null, '/json', madeUpHost);
|
/third_party/node/test/common/ |
D | inspector-helper.js | 392 httpGet(host, path, hostHeaderValue) { method in NodeInstance 417 const response = await this.httpGet(null, '/json/list');
|