Searched defs:socketPath (Results 1 – 9 of 9) sorted by relevance
/third_party/node/test/parallel/ |
D | test-http-client-abort-keep-alive-queued-unix-socket.js | 18 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
|
D | test-http-agent-getname.js | 38 const socketPath = path.join(tmpdir.path, 'foo', 'bar'); constant 41 socketPath field
|
D | test-cluster-http-pipe.js | 52 http.get({ socketPath: common.PIPE, path: '/' }, common.mustCall((res) => { property
|
D | test-https-unix-socket-self-signed.js | 24 socketPath: common.PIPE, property
|
D | test-http-client-abort-unix-socket.js | 21 socketPath: common.PIPE property
|
D | test-http-unix-socket-keep-alive.js | 32 socketPath: common.PIPE, property
|
D | test-http-client-pipe-end.js | 42 socketPath: common.PIPE, property
|
D | test-http-client-response-domain.js | 52 socketPath: common.PIPE, property
|
D | test-http-unix-socket.js | 43 socketPath: common.PIPE, property
|