Home
last modified time | relevance | path

Searched refs:Http (Results 76 – 100 of 213) sorted by relevance

123456789

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DHttp.php20 class Http extends \Google\Collection class
61 class_alias(Http::class, 'Google_Service_ServiceUsage_Http');
H A DGoogleApiService.php47 protected $httpType = Http::class;
243 * @param Http
245 public function setHttp(Http $http)
250 * @return Http
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DBadResponseException.php4 use Psr\Http\Message\RequestInterface;
5 use Psr\Http\Message\ResponseInterface;
H A DRequestException.php5 use Psr\Http\Message\RequestInterface;
6 use Psr\Http\Message\ResponseInterface;
7 use Psr\Http\Message\UriInterface;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DFlickr.php7 use OAuth\Common\Http\Exception\TokenResponseException;
8 use OAuth\Common\Http\Uri\Uri;
10 use OAuth\Common\Http\Uri\UriInterface;
12 use OAuth\Common\Http\Client\ClientInterface;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md310 ## Http section in Guzzle Upgrade Guide
789 Guzzle\Http\Curl\RequestMediator
802 * Guzzle\Http\Message\Header::hasExactHeader
803 * Guzzle\Http\Message\Header::raw. Use getAll()
832 ### Removed `Guzzle\Http\Utils`
858 $multi = new Guzzle\Http\Curl\CurlMulti();
1126 ### Guzzle\Http\Plugin
1138 use Guzzle\Http\Plugin\LogPlugin;
1140 /** @var \Guzzle\Http\Client */
1154 /** @var \Guzzle\Http\Client */
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle6HttpHandler.php20 use Psr\Http\Message\RequestInterface;
21 use Psr\Http\Message\ResponseInterface;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJarInterface.php4 use Psr\Http\Message\RequestInterface;
5 use Psr\Http\Message\ResponseInterface;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DCurlClient.php3 namespace OAuth\Common\Http\Client;
5 use OAuth\Common\Http\Exception\TokenResponseException;
6 use OAuth\Common\Http\Uri\UriInterface;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DCurlClient.php3 namespace OAuth\Common\Http\Client;
5 use OAuth\Common\Http\Exception\TokenResponseException;
6 use OAuth\Common\Http\Uri\UriInterface;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DRequest.php6 use Psr\Http\Message\RequestInterface;
7 use Psr\Http\Message\StreamInterface;
8 use Psr\Http\Message\UriInterface;
H A DMessage.php5 use Psr\Http\Message\MessageInterface;
6 use Psr\Http\Message\RequestInterface;
7 use Psr\Http\Message\ResponseInterface;
H A DResponse.php5 use Psr\Http\Message\ResponseInterface;
6 use Psr\Http\Message\StreamInterface;
H A DUtils.php5 use Psr\Http\Message\RequestInterface;
6 use Psr\Http\Message\ServerRequestInterface;
7 use Psr\Http\Message\StreamInterface;
8 use Psr\Http\Message\UriInterface;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php4 use Psr\Http\Message\MessageInterface;
5 use Psr\Http\Message\RequestInterface;
6 use Psr\Http\Message\ResponseInterface;
H A DRetryMiddleware.php7 use Psr\Http\Message\RequestInterface;
8 use Psr\Http\Message\ResponseInterface;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DYahoo.php6 use OAuth\Common\Http\Exception\TokenResponseException;
7 use OAuth\Common\Http\Uri\Uri;
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php18 namespace Google\Http;
21 use Google\Http\REST;
26 use Psr\Http\Message\RequestInterface;
27 use Psr\Http\Message\ResponseInterface;
H A DREST.php18 namespace Google\Http;
27 use Psr\Http\Message\RequestInterface;
28 use Psr\Http\Message\ResponseInterface;
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php20 use OAuth\Common\Http\Client\ClientInterface;
21 use OAuth\Common\Http\Client\StreamClient;
22 use OAuth\Common\Http\Uri\UriInterface;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DService.php47 protected $httpType = Http::class;
243 * @param Http
245 public function setHttp(Http $http)
250 * @return Http
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DService.php47 protected $httpType = Http::class;
243 * @param Http
245 public function setHttp(Http $http)
250 * @return Http
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DService.php47 protected $httpType = Http::class;
243 * @param Http
245 public function setHttp(Http $http)
250 * @return Http
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DMockHandler.php9 use Psr\Http\Message\RequestInterface;
10 use Psr\Http\Message\ResponseInterface;
111 } elseif ($sink instanceof \Psr\Http\Message\StreamInterface) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A DServiceFactory.php20 use OAuth\Common\Http\Client\ClientInterface;
21 use OAuth\Common\Http\Client\StreamClient;
22 use OAuth\Common\Http\Uri\UriInterface;

123456789