Home
last modified time | relevance | path

Searched refs:httpProxy (Results 1 – 1 of 1) sorted by relevance

/plugin/asciidocjs/node_modules/clean-css/lib/options/
Dinline-request.js13 function proxyOptionsFrom(httpProxy) { argument
14 return httpProxy ?
16 hostname: url.parse(httpProxy).hostname,
17 port: parseInt(url.parse(httpProxy).port)