Home
last modified time | relevance | path

Searched defs:createConnection (Results 1 – 25 of 35) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-http-createConnection.js32 http.get({ createConnection: fn }, function(res) { property
35 http.get({ createConnection: fn }, function(res) { property
38 http.get({ createConnection: fn }, function(res) { property
41 http.get({ createConnection: fn }, function(res) { property
44 http.get({ createConnection: fn }, function(res) { property
56 function createConnection() { function
Dtest-http-client-defaults.js8 const req = new ClientRequest({ createConnection: () => {} }); method
14 const req = new ClientRequest({ method: '', createConnection: () => {} }); method
20 const req = new ClientRequest({ path: '', createConnection: () => {} }); method
Dtest-http-generic-streams.js20 createConnection: common.mustCall(() => clientSide) property
45 createConnection: common.mustCall(() => clientSide), property
86 createConnection: common.mustCall(() => clientSide), property
126 createConnection: common.mustCall(() => clientSide), property
Dtest-http2-connect.js53 const createConnection = mustCall(() => socket); constant
54 const options = { createConnection }; field
87 const createConnection = mustCall(() => socket); constant
88 const options = { createConnection }; field
Dtest-http-insecure-parser-per-stream.js14 createConnection: common.mustCall(() => clientSide), property
35 createConnection: common.mustCall(() => clientSide) property
Dtest-http2-session-gc-while-write-scheduled.js17 createConnection: common.mustCall(() => makeDuplexPair().clientSide) property
Dtest-worker-terminate-http2-respond-with-file.js27 createConnection: common.mustCall(() => clientSide) property
Dtest-http-sync-write-error-during-continue.js29 createConnection: common.mustCall(() => clientSide), property
Dtest-http-client-abort-no-agent.js10 createConnection(options, oncreate) { method
Dtest-http-client-read-in-error.js7 createConnection() { method in Agent
Dtest-http2-generic-streams-sendfile.js20 createConnection: common.mustCall(() => clientSide) property
Dtest-http-incoming-message-options.js12 createConnection(options) { method
Dtest-http-client-abort-unix-socket.js8 createConnection(options, oncreate) { method in Agent
Dtest-http2-session-unref.js49 createConnection: common.mustCall(() => clientSide) property
Dtest-http2-generic-streams.js24 createConnection: common.mustCall(() => clientSide) property
Dtest-worker-http2-generic-streams-terminate.js28 createConnection() { method
Dtest-http-client-readable.js30 createConnection() { method in FakeAgent
Dtest-http2-padding-aligned.js52 createConnection: common.mustCall(() => clientSide) property
Dtest-http2-backpressure.js35 createConnection: common.mustCall(() => clientSide) property
Dtest-http2-pipe-named-pipe.js35 createConnection(url) { method
Dtest-http-client-abort-keep-alive-queued-tcp-socket.js9 createConnection(options, oncreate) { method in Agent
Dtest-http2-write-finishes-after-stream-destroy.js47 createConnection: common.mustCall(() => clientSide) property
/third_party/node/benchmark/http/
Dcreate-clientrequest.js28 path: new URL(i).path, createConnection: noop property
41 result = new ClientRequest(options[i], { createConnection: noop }); property
49 result = new ClientRequest(data[i], { createConnection: noop }); property
/third_party/node/deps/npm/node_modules/forever-agent/
Dindex.js59 ForeverAgent.prototype.createConnection = net.createConnection method in ForeverAgent
115 ForeverAgentSSL.prototype.createConnection = createConnectionSSL method in util.inherits
/third_party/node/lib/
Dhttps.js100 function createConnection(port, host, options) { function
169 Agent.prototype.createConnection = createConnection; method in Agent

12