Home
last modified time | relevance | path

Searched refs:RequestInterface (Results 126 – 133 of 133) sorted by relevance

123456

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md132 $handler->push(Middleware::mapRequest(function (RequestInterface $request) {
387 contain a body has been removed, and now `GuzzleHttp\Message\RequestInterface`
748 - Removed `Guzzle\Http\Message\RequestInterface::canCache`. Use the CachePlugin.
749 - Removed `Guzzle\Http\Message\RequestInterface::setIsRedirect`. Use the HistoryPlugin.
750 - Removed `Guzzle\Http\Message\RequestInterface::isRedirect`. Use the HistoryPlugin.
758 …rageInterface::cache($key, Response $response, $ttl = null)` has changed to `cache(RequestInterface
760 - `CacheStorageInterface::fetch($key)` has changed to `fetch(RequestInterface $request);`
761 - `CacheStorageInterface::delete($key)` has changed to `delete(RequestInterface $request);`
766 - Added `RevalidationInterface::shouldRevalidate(RequestInterface $request, Response $response)`
816 * Added `Guzzle\Http\Message\RequestInterface::startResponse()` to the RequestInterface to handle i…
H A DCHANGELOG.md563 * Added `setPort()` and `getPort()` to `GuzzleHttp\Message\RequestInterface`.
567 * Removed request method constants from RequestInterface.
767 * Removed `Guzzle\Http\Message\RequestInterface::canCache`
768 * Removed `Guzzle\Http\Message\RequestInterface::setIsRedirect`
769 * Removed `Guzzle\Http\Message\RequestInterface::isRedirect`
797 * `CacheStorageInterface::fetch($key)` has changed to `fetch(RequestInterface $request);`
798 * `CacheStorageInterface::delete($key)` has changed to `delete(RequestInterface $request);`
832 * Added `Guzzle\Http\Message\RequestInterface::startResponse()` to the RequestInterface to handle i…
969 * Adding getResponseBody() to Guzzle\Http\Message\RequestInterface
1001 * Added context array to RequestInterface::setState()
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php36 use Psr\Http\Message\RequestInterface; alias
885 public function execute(RequestInterface $request, $expectedClass = null)
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md198 * Added: getQueryParameters to RequestInterface.
H A DREADME.md89 function handleRequest(HTTP\RequestInterface $request) {
167 that it implements `Sabre\HTTP\RequestInterface`. To decorate this object,
/plugin/webdav/vendor/sabre/http/
H A DREADME.md89 function handleRequest(HTTP\RequestInterface $request) {
167 that it implements `Sabre\HTTP\RequestInterface`. To decorate this object,
H A DCHANGELOG.md231 * Added: getQueryParameters to RequestInterface.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md450 `public static function modifyRequest(RequestInterface $request, array $changes): RequestInterface`

123456