Home
last modified time | relevance | path

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

/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php174 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 …]
/template/strap/.travis/
H A D.travis-boot.sh9 curl -H "Authorization: token ${TOKEN}" -o "boot.sh" "https://raw.githubusercontent.com/ComboStrap/…
/template/strap/.github/
H A Dbootstrap.sh42 response=$(curl -H "Authorization: token ${TOKEN}" -s -w "%{http_code}" -o "boot.sh" "$url")
/template/strap/
H A Dcontrib.md25 curl -sSL https://packages.sury.org/php/README.txt | sudo bash -x
32 php7.4-curl \
35 # curl is needed for snapshot
H A Dcomposer.lock272 "ext-curl": "*",
/template/strap/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md198 - Added ext-curl to composer.json.
H A DREADME.md27 curl -sS https://getcomposer.org/installer | php