Agent
new undici.Agent([options])
new undici.Agent([options])Parameter: AgentOptions
AgentOptionsInstance Properties
Agent.closed
Agent.closedAgent.destroyed
Agent.destroyedInstance Methods
Agent.close([callback])
Agent.close([callback])Agent.destroy([error, callback])
Agent.destroy([error, callback])Agent.dispatch(options, handler: AgentDispatchOptions)
Agent.dispatch(options, handler: AgentDispatchOptions)Parameter: AgentDispatchOptions
AgentDispatchOptionsAgent.connect(options[, callback])
Agent.connect(options[, callback])Agent.dispatch(options, handler)
Agent.dispatch(options, handler)Agent.pipeline(options, handler)
Agent.pipeline(options, handler)Agent.request(options[, callback])
Agent.request(options[, callback])Agent.stream(options, factory[, callback])
Agent.stream(options, factory[, callback])Agent.upgrade(options[, callback])
Agent.upgrade(options[, callback])Agent.stats()
Agent.stats()Last updated