Searched refs:socketPath (Results 1 – 15 of 15) 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 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
|
D | test-http-agent-getname.js | 38 const socketPath = path.join(tmpdir.path, 'foo', 'bar'); constant 41 socketPath field 43 `localhost:::${socketPath}`
|
D | test-http-client-abort-unix-socket.js | 21 socketPath: common.PIPE property
|
D | test-https-unix-socket-self-signed.js | 24 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-keep-alive.js | 32 socketPath: common.PIPE, property
|
D | test-cluster-http-pipe.js | 52 http.get({ socketPath: common.PIPE, path: '/' }, common.mustCall((res) => { property
|
D | test-http-unix-socket.js | 43 socketPath: common.PIPE, property
|
/third_party/node/lib/ |
D | _http_agent.js | 219 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.js | 171 this.socketPath = options.socketPath;
|
/third_party/node/deps/npm/node_modules/got/ |
D | index.js | 268 opts.socketPath = matches[1];
|
/third_party/node/deps/npm/node_modules/request/ |
D | request.js | 1336 this.socketPath = host
|
/third_party/node/doc/api/ |
D | http.md | 2842 * `socketPath` {string} Unix Domain Socket (cannot be used if one of `host`
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V6.md | 334 * [[`18acad349c`](https://github.com/nodejs/node/commit/18acad349c)] - **http**: make socketPath wo…
|