Home
last modified time | relevance | path

Searched defs:createConnection (Results 1 – 25 of 42) 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-client-abort3.js7 function createConnection() { function
18 const req = http.get({ createConnection }); field
26 CustomAgent.prototype.createConnection = createConnection; method in CustomAgent
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-parser-multiple-execute.js10 function createConnection(...args) { function
25 const req = request('http://localhost:8080', { createConnection }); field
Dtest-http-max-header-size-per-stream.js14 createConnection: common.mustCall(() => clientSide), property
35 createConnection: common.mustCall(() => clientSide) property
Dtest-http-agent-keepalive-delay.js18 const createConnection = agent.createConnection; constant
19 agent.createConnection = (options, ...args) => { function in agent
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-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
/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/lib/
Dhttps.js126 function createConnection(port, host, options) { function
209 Agent.prototype.createConnection = createConnection; method in Agent

12