Home
last modified time | relevance | path

Searched refs:Http (Results 101 – 125 of 213) sorted by last modified time

123456789

/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUriFactoryInterface.php3 namespace OAuth\Common\Http\Uri;
H A DUriInterface.php3 namespace OAuth\Common\Http\Uri;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php6 use OAuth\Common\Http\Client\ClientInterface;
7 use OAuth\Common\Http\Uri\Uri;
8 use OAuth\Common\Http\Uri\UriInterface;
H A DServiceInterface.php5 use OAuth\Common\Http\Uri\UriInterface;
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DGeneric.php7 use OAuth\Common\Http\Exception\TokenResponseException;
8 use OAuth\Common\Http\Uri\Uri;
10 use OAuth\Common\Http\Client\ClientInterface;
12 use OAuth\Common\Http\Uri\UriInterface;
H A DServiceInterface.php8 use OAuth\Common\Http\Client\ClientInterface;
9 use OAuth\Common\Http\Exception\TokenResponseException;
11 use OAuth\Common\Http\Uri\UriInterface;
/plugin/evesso/classes/
H A DoAuthHTTPClient.php5 use OAuth\Common\Http\Client\ClientInterface;
6 use OAuth\Common\Http\Exception\TokenResponseException;
7 use OAuth\Common\Http\Uri\UriInterface;
H A DAbstractAdapter.php6 use OAuth\Common\Http\Exception\TokenResponseException;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DClientInterface.php3 namespace OAuth\Common\Http\Client;
5 use OAuth\Common\Http\Uri\UriInterface;
6 use OAuth\Common\Http\Exception\TokenResponseException;
/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/psr/http-message/src/
H A DMessageInterface.php3 namespace Psr\Http\Message;
H A DServerRequestInterface.php3 namespace Psr\Http\Message;
/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/ServiceUsage/
H A DGoogleApiService.php47 protected $httpType = Http::class;
243 * @param Http
245 public function setHttp(Http $http)
250 * @return Http
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php25 use Psr\Http\Message\RequestInterface;
26 use Psr\Http\Message\ResponseInterface;
H A DGuzzle6HttpHandler.php20 use Psr\Http\Message\RequestInterface;
21 use Psr\Http\Message\ResponseInterface;
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DSimpleMiddleware.php21 use Psr\Http\Message\RequestInterface;
/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/guzzlehttp/guzzle/src/
H A DClientInterface.php6 use Psr\Http\Message\RequestInterface;
7 use Psr\Http\Message\ResponseInterface;
8 use Psr\Http\Message\UriInterface;
H A DRedirectMiddleware.php8 use Psr\Http\Message\RequestInterface;
9 use Psr\Http\Message\ResponseInterface;
10 use Psr\Http\Message\UriInterface;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJarInterface.php4 use Psr\Http\Message\RequestInterface;
5 use Psr\Http\Message\ResponseInterface;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DConnectException.php4 use Psr\Http\Message\RequestInterface;
H A DSeekException.php4 use Psr\Http\Message\StreamInterface;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactoryInterface.php4 use Psr\Http\Message\RequestInterface;

123456789