| H A D | HttpCommandExecutor.php | 174 protected $curl; variable in Facebook\\WebDriver\\Remote\\HttpCommandExecutor 190 $this->curl = curl_init(); 193 curl_setopt($this->curl, CURLOPT_PROXY, $http_proxy); 195 curl_setopt($this->curl, CURLOPT_PROXYPORT, $http_proxy_port); 204 curl_setopt($this->curl, CURLOPT_HTTPAUTH, CURLAUTH_ANY); 205 curl_setopt($this->curl, CURLOPT_USERPWD, $auth_creds); 208 curl_setopt($this->curl, CURLOPT_RETURNTRANSFER, true); 209 curl_setopt($this->curl, CURLOPT_FOLLOWLOCATION, true); 210 curl_setopt($this->curl, CURLOPT_HTTPHEADER, static::DEFAULT_HTTP_HEADERS); 230 $this->curl, [all …]
|