Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-http-client-abort-keep-alive-queued-unix-socket.js18 const socketPath = common.PIPE; constant
22 server.listen(socketPath, common.mustCall(() => {
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
43 `localhost:::${socketPath}`
Dtest-http-client-abort-unix-socket.js21 socketPath: common.PIPE property
Dtest-https-unix-socket-self-signed.js24 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-keep-alive.js32 socketPath: common.PIPE, property
Dtest-cluster-http-pipe.js52 http.get({ socketPath: common.PIPE, path: '/' }, common.mustCall((res) => { property
Dtest-http-unix-socket.js43 socketPath: common.PIPE, property
/third_party/node/lib/
D_http_agent.js219 if (options.socketPath)
220 name += `:${options.socketPath}`;
237 if (options.socketPath)
238 options.path = options.socketPath;
298 if (options.socketPath)
299 options.path = options.socketPath;
D_http_client.js171 this.socketPath = options.socketPath;
/third_party/node/deps/npm/node_modules/got/
Dindex.js268 opts.socketPath = matches[1];
/third_party/node/deps/npm/node_modules/request/
Drequest.js1336 this.socketPath = host
/third_party/node/doc/api/
Dhttp.md2842 * `socketPath` {string} Unix Domain Socket (cannot be used if one of `host`
/third_party/node/doc/changelogs/
DCHANGELOG_V6.md334 * [[`18acad349c`](https://github.com/nodejs/node/commit/18acad349c)] - **http**: make socketPath wo…