Home
last modified time | relevance | path

Searched refs:requests (Results 51 – 75 of 166) sorted by last modified time

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firebaseappcheck/
H A DGoogleFirebaseAppcheckV1betaBatchUpdateServicesRequest.php33 public function setRequests($requests) argument
35 $this->requests = $requests;
42 return $this->requests;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DBatchUpdateDealsRequest.php29 public function setRequests($requests) argument
31 $this->requests = $requests;
38 return $this->requests;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md8 Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and
11 - Simple interface for building query strings, POST requests, streaming large
14 - Can send both synchronous and asynchronous requests using the same interface.
15 - Uses PSR-7 interfaces for requests, responses, and streams. This allows you
H A DUPGRADING.md43 the `query` request option when creating requests with clients. The `query`
163 HTTP requests. The `adapter` option in a `GuzzleHttp\Client` constructor
199 by cancelling a pool of requests or each outstanding future request
226 - No longer requires cURL to send requests.
352 send multiple requests in parallel.
369 - Creating requests with a client no longer automatically utilize a URI
386 separation between requests that contain a body and requests that do not
393 both requests and responses and is implemented in
445 Streaming requests can now be created by a client directly, returning a
588 sending. This subscriber is attached to all requests by default.
[all …]
H A DCHANGELOG.md117 * Ignore URI fragment when sending requests.
286 now magic methods that will send synchronous requests.
493 when creating POST requests to force multipart bodies.
550 * Added support for sending payloads with GET requests
860 …yPlugin now logs transactions rather than requests and responses to more accurately keep track of …
873 * Bug fix: AsyncPlugin no longer forces HEAD requests
909 * Bug fix: Now correctly aggregating successful requests and failed requests in CurlMulti when a re…
922 * POST requests using a custom entity body are now treated exactly like PUT requests but with a cus…
923 …means that the redirect behavior of POST requests with custom bodies will not be the same as POST
1150 * DELETE requests can now send an entity body
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md282 …nHandler to remove duplicate records from notifications across multiple requests, useful for email…
H A DREADME.md73 ### Submitting bugs and feature requests
/plugin/authgooglesheets/
H A Dhelper.php205 $requests = [];
211 $requests[] = [
225 'requests' => $requests
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/
H A DBatchCreateRowsRequest.php29 public function setRequests($requests) argument
31 $this->requests = $requests;
38 return $this->requests;
H A DBatchUpdateRowsRequest.php29 public function setRequests($requests) argument
31 $this->requests = $requests;
38 return $this->requests;
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php49 private $requests = array(); variable in Google\\Http\\Batch
76 $this->requests[$key] = $request;
97 foreach ($this->requests as $key => $request) {
161 $requests = array_values($this->requests);
184 $response = REST::decodeHttpResponse($response, $requests[$i-1]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DBatchUpdateFormRequest.php49 public function setRequests($requests) argument
51 $this->requests = $requests;
58 return $this->requests;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBatchCreateBitbucketServerConnectedRepositoriesRequest.php29 public function setRequests($requests) argument
31 $this->requests = $requests;
38 return $this->requests;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md270 - Now properly parsing HTTP requests that contain proxy targets in
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md240 …i-php-client-services) are autogenerated. They map directly to the JSON requests and responses fou…
322 …pplications, or a Google API is not available yet in this library, HTTP requests can be made direc…
324 If you are installing this client only to authenticate your own HTTP client requests, you should us…
389 'verify' => false, // otherwise HTTPS requests will fail.
398 One additional step is required in Charles to view SSL requests. Go to **Charles > Proxy > SSL Prox…
402 …) as its default HTTP client. That means that you can control your HTTP requests in the same manne…
427 …CONTRIBUTING.md) page for more information. In particular, we love pull requests - but please make…
435requests can also be filed, as long as they are core library requests, and not-API specific: for t…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromePolicy/
H A DGoogleChromePolicyV1BatchInheritOrgUnitPoliciesRequest.php29 public function setRequests($requests) argument
31 $this->requests = $requests;
38 return $this->requests;
H A DGoogleChromePolicyV1BatchModifyOrgUnitPoliciesRequest.php29 public function setRequests($requests) argument
31 $this->requests = $requests;
38 return $this->requests;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DInstance.php57 public $requests; variable in Google\\Service\\Appengine\\Instance
206 public function setRequests($requests) argument
208 $this->requests = $requests;
215 return $this->requests;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DAsyncBatchAnnotateImagesRequest.php63 public function setRequests($requests) argument
65 $this->requests = $requests;
72 return $this->requests;
H A DBatchAnnotateFilesRequest.php47 public function setRequests($requests) argument
49 $this->requests = $requests;
56 return $this->requests;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DBatchCreatePrintersRequest.php29 public function setRequests($requests) argument
31 $this->requests = $requests;
38 return $this->requests;
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md100 'auth' => 'google_auth' // authorize all requests
119 'auth' => 'google_auth' // authorize all requests
206 'auth' => 'google_auth' // authorize all requests
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBatchUpdateSpreadsheetRequest.php55 public function setRequests($requests) argument
57 $this->requests = $requests;
64 return $this->requests;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DPool.php37 $requests, argument
54 $iterable = \GuzzleHttp\Promise\iter_for($requests);
55 $requests = function () use ($iterable, $client, $opts) {
70 $this->each = new EachPromise($requests(), $config);
102 $requests, argument
108 $pool = new static($client, $requests, $options);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md97 as possible to ensure that generators that generate new requests based on

1234567