@instaffogmbh/got-tunnels
v0.1.3
Published
Simplified proxy setup for got
Downloads
3
Readme
@instaffogmbh/got-tunnels
Simplified proxy setup for got
- 📣 💼 💰 Looking for a tech job? Try our reverse recruiting service.
API
This module exports one function:
tuna = makeTunnelAgents(proxySpec)
Returns a value suitable for got
's agent
option to make it use…
- no proxy if
proxySpec === 'direct'
, - or the specified proxy if
proxySpec
is a string that @instaffogmbh/parse-proxy-url-string understands, - or the specified proxy if
proxySpec
is an object with suitablehost
(orhostname
) andport
properties.
License
MIT