Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-http-createConnection.js28 function commonHttpGet(fn) { function
44 await commonHttpGet(createConnection);
45 await commonHttpGet(createConnectionAsync);
46 await commonHttpGet(createConnectionBoth1);
47 await commonHttpGet(createConnectionBoth2);
50 await assert.rejects(() => commonHttpGet(createConnectionError), {
53 await assert.rejects(() => commonHttpGet(createConnectionAsyncError), {