Searched refs:proxy_type (Results 1 – 3 of 3) sorted by relevance
269 def check_chrome(self, proxy_type, proxy_config, timeout): argument288 if str(result) == proxy_type + ' ' + proxy_config:342 proxy_type = 'http'345 proxy_url = proxy_type + '://' + proxy_host + ':' + proxy_port
86 var proxy_type = typeof proxy;91 return '[' + proxy_type + ' Proxy ' + Stringify(info_object, depth-1) + ']';
751 proxy_type, user, password, hostport = _parse_proxy(proxy)753 if proxy_type is None:754 proxy_type = orig_type764 req.set_proxy(hostport, proxy_type)766 if orig_type == proxy_type or orig_type == 'https':