| /third_party/node/test/parallel/ |
| D | test-http-client-defaults.js | 8 const req = new ClientRequest({ createConnection: () => {} }); method 14 const req = new ClientRequest({ method: '', createConnection: () => {} }); method 20 const req = new ClientRequest({ path: '', createConnection: () => {} }); method
|
| D | test-http-client-abort3.js | 7 function createConnection() { function 18 const req = http.get({ createConnection }); field 26 CustomAgent.prototype.createConnection = createConnection; method in CustomAgent
|
| D | test-http-generic-streams.js | 20 createConnection: common.mustCall(() => clientSide) property 45 createConnection: common.mustCall(() => clientSide), property 86 createConnection: common.mustCall(() => clientSide), property 126 createConnection: common.mustCall(() => clientSide), property
|
| D | test-http2-connect.js | 53 const createConnection = mustCall(() => socket); constant 54 const options = { createConnection }; field 87 const createConnection = mustCall(() => socket); constant 88 const options = { createConnection }; field
|
| D | test-http-parser-multiple-execute.js | 10 function createConnection(...args) { function 25 const req = request('http://localhost:8080', { createConnection }); field
|
| D | test-http-max-header-size-per-stream.js | 14 createConnection: common.mustCall(() => clientSide), property 35 createConnection: common.mustCall(() => clientSide) property
|
| D | test-http-agent-keepalive-delay.js | 18 const createConnection = agent.createConnection; constant 19 agent.createConnection = (options, ...args) => { function in agent
|
| D | test-http-insecure-parser-per-stream.js | 14 createConnection: common.mustCall(() => clientSide), property 35 createConnection: common.mustCall(() => clientSide) property
|
| D | test-https-max-header-size-per-stream.js | 30 createConnection: common.mustCall(() => clientSide), property 51 createConnection: common.mustCall(() => clientSide) property
|
| D | test-http-createConnection.js | 33 http.get({ createConnection: fn }, (res) => { property 60 function createConnection() { function
|
| D | test-https-insecure-parse-per-stream.js | 29 createConnection: common.mustCall(() => clientSide), property 51 createConnection: common.mustCall(() => clientSide) property
|
| D | test-client-request-destroy.js | 8 const clientRequest = new http.ClientRequest({ createConnection: () => {} }); method
|
| D | test-http2-session-gc-while-write-scheduled.js | 17 createConnection: common.mustCall(() => makeDuplexPair().clientSide) property
|
| D | test-worker-terminate-http2-respond-with-file.js | 27 createConnection: common.mustCall(() => clientSide) property
|
| D | test-http-sync-write-error-during-continue.js | 29 createConnection: common.mustCall(() => clientSide), property
|
| D | test-http-client-abort-no-agent.js | 10 createConnection(options, oncreate) { method
|
| D | test-http-incoming-message-options.js | 12 createConnection(options) { method
|
| D | test-http-client-read-in-error.js | 7 createConnection() { method in Agent
|
| D | test-http2-generic-streams-sendfile.js | 20 createConnection: common.mustCall(() => clientSide) property
|
| D | test-http-client-abort-unix-socket.js | 8 createConnection(options, oncreate) { method in Agent
|
| D | test-http2-session-unref.js | 49 createConnection: common.mustCall(() => clientSide) property
|
| D | test-http2-generic-streams.js | 24 createConnection: common.mustCall(() => clientSide) property
|
| D | test-worker-http2-generic-streams-terminate.js | 28 createConnection() { method
|
| /third_party/node/benchmark/http/ |
| D | create-clientrequest.js | 28 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/ |
| D | https.js | 126 function createConnection(port, host, options) { function 209 Agent.prototype.createConnection = createConnection; method in Agent
|