/third_party/node/deps/npm/node_modules/agent-base/ |
D | index.d.ts | 8 declare namespace Agent { namespace 23 export interface Agent extends EventEmitter { interface 37 declare function Agent(opts?: Agent.AgentOptions): Agent.Agent; function
|
D | README.md | 101 ### callback(http.ClientRequest req, Object options, Function cb) → undefined
|
D | index.js | 20 function Agent(callback, _opts) { class
|
/third_party/node/lib/ |
D | https.js | 177 function Agent(options) { class 410 Agent, property
|
D | _http_agent.js | 77 function Agent(options) { class 511 Agent, property
|
D | http.js | 114 Agent: httpAgent.Agent, property
|
/third_party/node/doc/api/ |
D | http.md | 112 ### `new Agent([options])` 187 ### `agent.createConnection(options[, callback])` 211 ### `agent.keepSocketAlive(socket)` 234 ### `agent.reuseSocket(socket, request)` 254 ### `agent.destroy()` 267 ### `agent.freeSockets` 280 ### `agent.getName(options)` 300 ### `agent.maxFreeSockets` 311 ### `agent.maxSockets` 321 ### `agent.maxTotalSockets` [all …]
|
D | https.md | 28 ### `new Agent([options])`
|
/third_party/node/test/parallel/ |
D | test-http-client-read-in-error.js | 6 class Agent extends http.Agent { class
|
D | test-http-client-abort-unix-socket.js | 7 class Agent extends http.Agent { class
|
D | test-http-agent-error-on-idle.js | 6 const Agent = http.Agent; constant
|
D | test-http-client-abort-keep-alive-destroy-res.js | 8 class Agent extends http.Agent { class
|
D | test-http-client-abort-keep-alive-queued-tcp-socket.js | 10 class Agent extends http.Agent { class
|
D | test-http-client-abort-keep-alive-queued-unix-socket.js | 8 class Agent extends http.Agent { class
|
D | test-http-agent.js | 75 http.Agent.prototype.createConnection = function createConnection(_, cb) { class in http
|
D | test-http-agent-keepalive.js | 26 const Agent = require('_http_agent').Agent; constant
|
/third_party/node/src/tracing/ |
D | agent.h | 25 class Agent; variable 81 friend class Agent; variable
|
/third_party/node/deps/npm/node_modules/socks-proxy-agent/node_modules/agent-base/ |
D | README.md | 101 ### callback(http.ClientRequest req, Object options, Function cb) → undefined
|
D | index.js | 20 function Agent(callback, _opts) { class
|
/third_party/node/deps/npm/node_modules/http-proxy-agent/ |
D | index.js | 9 var Agent = require('agent-base'); variable
|
/third_party/node/deps/npm/node_modules/agentkeepalive/lib/ |
D | agent.js | 14 class Agent extends OriginalAgent { class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | OProfileWrapper.h | 49 op_agent_t Agent; variable
|
/third_party/node/deps/npm/node_modules/socks-proxy-agent/ |
D | index.js | 8 var Agent = require('agent-base'); variable
|
/third_party/node/deps/npm/node_modules/https-proxy-agent/ |
D | index.js | 9 var Agent = require('agent-base'); variable
|
/third_party/node/deps/npm/node_modules/forever-agent/ |
D | index.js | 5 , Agent = require('http').Agent variable
|