Searched refs:curl (Results 1 – 7 of 7) sorted by relevance
| /template/strap/vendor/php-webdriver/webdriver/lib/Remote/ |
| 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 …]
|
| /template/strap/.travis/ |
| H A D | .travis-boot.sh | 9 curl -H "Authorization: token ${TOKEN}" -o "boot.sh" "https://raw.githubusercontent.com/ComboStrap/…
|
| /template/strap/.github/ |
| H A D | bootstrap.sh | 42 response=$(curl -H "Authorization: token ${TOKEN}" -s -w "%{http_code}" -o "boot.sh" "$url")
|
| /template/strap/ |
| H A D | contrib.md | 25 curl -sSL https://packages.sury.org/php/README.txt | sudo bash -x 32 php7.4-curl \ 35 # curl is needed for snapshot
|
| H A D | composer.lock | 272 "ext-curl": "*",
|
| /template/strap/vendor/php-webdriver/webdriver/ |
| H A D | CHANGELOG.md | 198 - Added ext-curl to composer.json.
|
| H A D | README.md | 27 curl -sS https://getcomposer.org/installer | php
|