Home
last modified time | relevance | path

Searched defs:socketPath (Results 1 – 9 of 9) sorted by relevance

/third_party/node/test/parallel/
Dtest-http-client-abort-keep-alive-queued-unix-socket.js18 const socketPath = common.PIPE; constant
28 http.get({ agent, socketPath }, (res) => res.resume()); field
30 const req = http.get({ agent, socketPath }, common.mustNotCall()); field
33 http.get({ agent, socketPath }, common.mustCall((res) => { field
Dtest-http-agent-getname.js38 const socketPath = path.join(tmpdir.path, 'foo', 'bar'); constant
41 socketPath field
Dtest-cluster-http-pipe.js52 http.get({ socketPath: common.PIPE, path: '/' }, common.mustCall((res) => { property
Dtest-https-unix-socket-self-signed.js24 socketPath: common.PIPE, property
Dtest-http-client-abort-unix-socket.js21 socketPath: common.PIPE property
Dtest-http-unix-socket-keep-alive.js32 socketPath: common.PIPE, property
Dtest-http-client-pipe-end.js42 socketPath: common.PIPE, property
Dtest-http-client-response-domain.js52 socketPath: common.PIPE, property
Dtest-http-unix-socket.js43 socketPath: common.PIPE, property