Home
last modified time | relevance | path

Searched defs:Agent (Results 1 – 25 of 31) sorted by relevance

12

/third_party/node/deps/npm/node_modules/agent-base/
Dindex.d.ts8 declare namespace Agent { namespace
23 export interface Agent extends EventEmitter { interface
37 declare function Agent(opts?: Agent.AgentOptions): Agent.Agent; function
DREADME.md101 ### callback(http.ClientRequest req, Object options, Function cb) → undefined
Dindex.js20 function Agent(callback, _opts) { class
/third_party/node/lib/
Dhttps.js177 function Agent(options) { class
410 Agent, property
D_http_agent.js77 function Agent(options) { class
511 Agent, property
Dhttp.js114 Agent: httpAgent.Agent, property
/third_party/node/doc/api/
Dhttp.md112 ### `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 …]
Dhttps.md28 ### `new Agent([options])`
/third_party/node/test/parallel/
Dtest-http-client-read-in-error.js6 class Agent extends http.Agent { class
Dtest-http-client-abort-unix-socket.js7 class Agent extends http.Agent { class
Dtest-http-agent-error-on-idle.js6 const Agent = http.Agent; constant
Dtest-http-client-abort-keep-alive-destroy-res.js8 class Agent extends http.Agent { class
Dtest-http-client-abort-keep-alive-queued-tcp-socket.js10 class Agent extends http.Agent { class
Dtest-http-client-abort-keep-alive-queued-unix-socket.js8 class Agent extends http.Agent { class
Dtest-http-agent.js75 http.Agent.prototype.createConnection = function createConnection(_, cb) { class in http
Dtest-http-agent-keepalive.js26 const Agent = require('_http_agent').Agent; constant
/third_party/node/src/tracing/
Dagent.h25 class Agent; variable
81 friend class Agent; variable
/third_party/node/deps/npm/node_modules/socks-proxy-agent/node_modules/agent-base/
DREADME.md101 ### callback(http.ClientRequest req, Object options, Function cb) → undefined
Dindex.js20 function Agent(callback, _opts) { class
/third_party/node/deps/npm/node_modules/http-proxy-agent/
Dindex.js9 var Agent = require('agent-base'); variable
/third_party/node/deps/npm/node_modules/agentkeepalive/lib/
Dagent.js14 class Agent extends OriginalAgent { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DOProfileWrapper.h49 op_agent_t Agent; variable
/third_party/node/deps/npm/node_modules/socks-proxy-agent/
Dindex.js8 var Agent = require('agent-base'); variable
/third_party/node/deps/npm/node_modules/https-proxy-agent/
Dindex.js9 var Agent = require('agent-base'); variable
/third_party/node/deps/npm/node_modules/forever-agent/
Dindex.js5 , Agent = require('http').Agent variable

12