Optional
opts: PacProxyAgentOptions<Uri>Optional
cacheReadonly
freeReadonly
requestsOptional
resolverReturns an asynchronous FindProxyForURL()
function
from the given JS string (from a PAC file).
Optional
_host: stringOptional
resolverReturns an asynchronous FindProxyForURL()
function
from the given JS string (from a PAC file).
Optional
_host: stringReadonly
socketsStatic
Readonly
captureStatic
captureSets or gets the default captureRejection value for all emitters.
Static
defaultStatic
Readonly
errorThis symbol shall be used to install a listener for only monitoring 'error'
events. Listeners installed using this symbol are called before the regular
'error'
listeners are called.
Installing a listener using this symbol does not change the behavior once an
'error'
event is emitted, therefore the process will still crash if no
regular 'error'
listener is installed.
Static
Readonly
protocolsRest
...args: any[]Private
clearCalled when the node-core HTTP client library is creating a new HTTP request.
Optional
s: DuplexDestroy any sockets that are currently in use by the agent. It is usually not necessary to do this. However, if you are using an agent with KeepAlive enabled, then it is best to explicitly shut down the agent when you know that it will no longer be used. Otherwise, sockets may hang open for quite a long time before the server terminates them.
Private
getDetermine whether this is an http
or https
request.
Optional
options: AgentConnectOptsPrivate
loadPrivate
loadRest
...args: any[]Rest
...args: any[]Rest
...args: any[]Rest
...args: any[]Rest
...args: any[]Optional
event: string | symbolRest
...args: any[]Static
listenerStatic
onStatic
onceGenerated using TypeDoc
The
PacProxyAgent
class.A few different "protocol" modes are supported (supported protocols are backed by the
get-uri
module):