Home
last modified time | relevance | path

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

12

/third_party/node/test/parallel/
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-max-header-size-per-stream.js14 createConnection: common.mustCall(() => clientSide), property
35 createConnection: common.mustCall(() => clientSide) property
Dtest-http-insecure-parser-per-stream.js14 createConnection: common.mustCall(() => clientSide), property
35 createConnection: common.mustCall(() => clientSide) property
Dtest-https-max-header-size-per-stream.js30 createConnection: common.mustCall(() => clientSide), property
51 createConnection: common.mustCall(() => clientSide) property
Dtest-http-createConnection.js33 http.get({ createConnection: fn }, (res) => { property
60 function createConnection() { function
Dtest-https-insecure-parse-per-stream.js29 createConnection: common.mustCall(() => clientSide), property
51 createConnection: common.mustCall(() => clientSide) property
Dtest-client-request-destroy.js8 const clientRequest = new http.ClientRequest({ createConnection: () => {} }); method
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-incoming-message-options.js12 createConnection(options) { method
Dtest-http-client-read-in-error.js7 createConnection() { method in Agent
Dtest-http2-generic-streams-sendfile.js20 createConnection: common.mustCall(() => clientSide) property
Dtest-http2-session-unref.js49 createConnection: common.mustCall(() => clientSide) property
Dtest-http-client-abort-unix-socket.js8 createConnection(options, oncreate) { method in Agent
Dtest-http2-generic-streams.js24 createConnection: common.mustCall(() => clientSide) property
Dtest-worker-http2-generic-streams-terminate.js28 createConnection() { method
Dtest-http2-sensitive-headers.js29 createConnection: common.mustCall(() => clientSide) property
Dtest-http-client-abort-keep-alive-destroy-res.js9 createConnection(options, oncreate) { method in Agent
/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.js112 function createConnection(port, host, options) { function
195 Agent.prototype.createConnection = createConnection; method in Agent

12