/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-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-max-header-size-per-stream.js | 14 createConnection: common.mustCall(() => clientSide), property 35 createConnection: common.mustCall(() => clientSide) property
|
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-http2-session-unref.js | 49 createConnection: common.mustCall(() => clientSide) property
|
D | test-http-client-abort-unix-socket.js | 8 createConnection(options, oncreate) { method in Agent
|
D | test-http2-generic-streams.js | 24 createConnection: common.mustCall(() => clientSide) property
|
D | test-worker-http2-generic-streams-terminate.js | 28 createConnection() { method
|
D | test-http2-sensitive-headers.js | 29 createConnection: common.mustCall(() => clientSide) property
|
D | test-http-client-abort-keep-alive-destroy-res.js | 9 createConnection(options, oncreate) { method in Agent
|
/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/deps/npm/node_modules/forever-agent/ |
D | index.js | 59 ForeverAgent.prototype.createConnection = net.createConnection method in ForeverAgent 115 ForeverAgentSSL.prototype.createConnection = createConnectionSSL method in util.inherits
|
/third_party/node/lib/ |
D | https.js | 112 function createConnection(port, host, options) { function 195 Agent.prototype.createConnection = createConnection; method in Agent
|