Searched refs:http_proxy (Results 1 – 3 of 3) sorted by relevance
182 * @param string|null $http_proxy185 public function __construct($url, $http_proxy = null, $http_proxy_port = null) argument192 if (!empty($http_proxy)) {193 curl_setopt($this->curl, CURLOPT_PROXY, $http_proxy);
81 …* @param string|null $http_proxy The proxy to tunnel requests to the remote Selenium WebDriver thr…100 $executor = new HttpCommandExecutor($selenium_server_url, $http_proxy, $http_proxy_port);
19 * @param null $http_proxy