Home
last modified time | relevance | path

Searched refs:curl (Results 26 – 50 of 98) sorted by last modified time

1234

/plugin/evesso/phpoauthlib/
H A DREADME.md29 $ curl -sS https://getcomposer.org/installer | php
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md176 * Added: Ability to catch and retry http requests in the client when a curl
H A DREADME.md742 [4]: http://php.net/curl
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php385 * simulate what curl does internally, and helps us identify problems with
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php549 $curl = curl_init();
551 $curl,
554 curl_multi_add_handle($this->curlMultiHandle, $curl);
555 $this->curlMultiMap[intval($curl)] = [
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DTelegramBotHandler.php118 if (!extension_loaded('curl')) {
119 … throw new MissingExtensionException('The curl extension is needed to use the TelegramBotHandler');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md53 curl -sS https://getcomposer.org/installer | php
H A DUPGRADING.md513 - `curl.callback.progress` has been removed. Use a custom `StreamInterface` to
515 - `curl.callback.write` has been removed. Use a custom `StreamInterface` to
517 - `curl.callback.read` has been removed. Use a custom `StreamInterface` to
840 ### curl.emit_io became emit_io
842 Emitting IO events from a RequestMediator is now a parameter that must be set in a request's curl o…
843 'emit_io' key. This was previously set under a request's parameters using 'curl.emit_io'
H A DCHANGELOG.md167 * Bug fix: Cusotm cURL options now correctly override curl options of the
189 * Fixed a memory leak in the curl handlers in which references to callbacks
612 * CurlAdapter and MultiAdapter now use a callable to generate curl resources
726 …every request created by a client (e.g. default query string variables, headers, curl options, etc…
947 the 'emit_io' key. This was previously set under a request's parameters using 'curl.emit_io'
1089 * curl.blacklist to curl.option.blacklist
1113 * Bug: Fixed cases where CURLM_CALL_MULTI_PERFORM return codes were causing curl transactions to fa…
1144 … a string rather than streamed. This gets around curl error 65. Set `body_as_string` in a request'…
1186 * cURL configuration values can be specified in service descriptions using `curl.` prefixed paramet…
1211 * Verbose cURL options are no longer enabled by default. Set curl.debug to true on a client to enab…
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md338 * Fixed bug in the handling of curl failures
359 * Fixed curl errors being silently suppressed
/plugin/authgooglesheets/
H A Dcomposer.lock261 "ext-curl": "*",
297 "curl",
546 …"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGrid…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md52 - Issue when creating stream from `php://input` and curl-ext is not installed
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md26 curl -sS https://getcomposer.org/installer | php
/plugin/structtemplate/_vagrant/
H A Dprovision_dokuwiki.sh61 curl --output "${dw_package}" --silent --show-error "${dw_download}"
/plugin/xtern/ca/
H A Dcacert.pem12 ## can be directly used with curl / libcurl / php_curl, or with
/plugin/passpolicy/
H A Dwords.txt850 curl
/plugin/quickstats/GEOIP/
H A Dinitialize_vendor.txt1 curl -sS https://getcomposer.org/installer | php
H A Dcomposer.lock190 "ext-curl": "*",
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/res/
H A Dcacert.pem12 ## can be directly used with curl / libcurl / php_curl, or with
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md122 * The library no longer uses Guzzle and instead uses curl directly.
H A DREADME.md20 curl -sS https://getcomposer.org/installer | php
60 [cURL extension](http://php.net/manual/en/book.curl.php)
62 typically be found in the the `php-curl` package. For other operating
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md17 curl -sS https://getcomposer.org/installer | php
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
H A DREADME.md39 #### To use with curl
42 $curl = curl_init("https://example.org/");
46 curl_setopt($curl, CURLOPT_CAPATH, $caPathOrFile);
48 curl_setopt($curl, CURLOPT_CAINFO, $caPathOrFile);
51 $result = curl_exec($curl);
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/Http/
H A DCurlRequest.php34 $curl = $this->createCurl();
39 return $this->execute($curl);
44 $curl = $this->createCurl();
48 return $this->execute($curl);
56 $curl = curl_init($this->url);
86 curl_setopt_array($curl, $opts);
88 return $curl;
91 private function execute($curl) argument
93 $body = curl_exec($curl);
94 if ($errno = curl_errno($curl)) {
[all …]
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DCHANGELOG.md17 * On Mac OS X when using a curl built against SecureTransport, the certs
55 * Added extremely basic tests for the curl calls.
70 * An exception is now immediately thrown curl error rather than letting later
74 archive to a temporary file so that curl can use them.

1234