Searched refs:httpProxy (Results 1 – 1 of 1) sorted by relevance
13 function proxyOptionsFrom(httpProxy) { argument14 return httpProxy ?16 hostname: url.parse(httpProxy).hostname,17 port: parseInt(url.parse(httpProxy).port)