api documentation for proxy-agent (v2.0.0)

Maps proxy protocols to `http.Agent` implementations

table of contents

  1. module proxy-agent
    1. function proxy-agent (opts)
    2. function proxy-agent.proxies.socks (opts)
    3. function proxy-agent.super_ (callback)
    4. object proxy-agent.cache
    5. object proxy-agent.proxies
    6. object proxy-agent.super_.prototype
  2. module proxy-agent.cache
    1. boolean proxy-agent.cache._allowStale
    2. function proxy-agent.cache._lengthCalculator ()
    3. number proxy-agent.cache._itemCount
    4. number proxy-agent.cache._length
    5. number proxy-agent.cache._lru
    6. number proxy-agent.cache._max
    7. number proxy-agent.cache._mru
    8. object proxy-agent.cache._cache
    9. object proxy-agent.cache._lruList
    10. object proxy-agent.cache._maxAge
  3. module proxy-agent.proxies
    1. function proxy-agent.proxies.http (opts, secureEndpoint)
    2. function proxy-agent.proxies.https (opts, secureEndpoint)
    3. function proxy-agent.proxies.socks (opts)
    4. function proxy-agent.proxies.socks4 (opts)
    5. function proxy-agent.proxies.socks4a (opts)
    6. function proxy-agent.proxies.socks5 (opts)
    7. function proxy-agent.proxies.socks5h (opts)
  4. module proxy-agent.proxies.socks
    1. function proxy-agent.proxies.socks (opts)
    2. function proxy-agent.proxies.socks.super_ (callback)
  5. module proxy-agent.super_
    1. function proxy-agent.super_ ()
  6. module proxy-agent.super_.prototype
    1. function proxy-agent.super_.prototype.addRequest (req, host, port, localAddress)

module proxy-agent

function proxy-agent (opts)

function proxy-agent.proxies.socks (opts)

function proxy-agent.super_ (callback)

module proxy-agent.cache

function proxy-agent.cache._lengthCalculator ()

module proxy-agent.proxies

function proxy-agent.proxies.http (opts, secureEndpoint)

function proxy-agent.proxies.https (opts, secureEndpoint)

function proxy-agent.proxies.socks (opts)

function proxy-agent.proxies.socks4 (opts)

function proxy-agent.proxies.socks4a (opts)

function proxy-agent.proxies.socks5 (opts)

function proxy-agent.proxies.socks5h (opts)

module proxy-agent.proxies.socks

function proxy-agent.proxies.socks (opts)

function proxy-agent.proxies.socks.super_ (callback)

module proxy-agent.super_

function proxy-agent.super_ ()

module proxy-agent.super_.prototype

function proxy-agent.super_.prototype.addRequest (req, host, port, localAddress)

[ this document was created with utility2 ]