Home
last modified time | relevance | path

Searched refs:Http (Results 76 – 100 of 213) sorted by last modified time

123456789

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DSpotify.php6 use OAuth\Common\Http\Exception\TokenResponseException;
7 use OAuth\Common\Http\Uri\Uri;
9 use OAuth\Common\Http\Client\ClientInterface;
11 use OAuth\Common\Http\Uri\UriInterface;
H A DStrava.php14 use OAuth\Common\Http\Exception\TokenResponseException;
15 use OAuth\Common\Http\Uri\Uri;
17 use OAuth\Common\Http\Client\ClientInterface;
19 use OAuth\Common\Http\Uri\UriInterface;
H A DUstream.php6 use OAuth\Common\Http\Exception\TokenResponseException;
7 use OAuth\Common\Http\Uri\Uri;
9 use OAuth\Common\Http\Client\ClientInterface;
11 use OAuth\Common\Http\Uri\UriInterface;
H A DVimeo.php14 use OAuth\Common\Http\Exception\TokenResponseException;
15 use OAuth\Common\Http\Uri\Uri;
17 use OAuth\Common\Http\Client\ClientInterface;
19 use OAuth\Common\Http\Uri\UriInterface;
H A DVkontakte.php6 use OAuth\Common\Http\Exception\TokenResponseException;
7 use OAuth\Common\Http\Uri\Uri;
9 use OAuth\Common\Http\Client\ClientInterface;
11 use OAuth\Common\Http\Uri\UriInterface;
H A DYahoo.php6 use OAuth\Common\Http\Exception\TokenResponseException;
7 use OAuth\Common\Http\Uri\Uri;
H A DYammer.php6 use OAuth\Common\Http\Exception\TokenResponseException;
7 use OAuth\Common\Http\Uri\Uri;
9 use OAuth\Common\Http\Client\ClientInterface;
11 use OAuth\Common\Http\Uri\UriInterface;
/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;
/plugin/oauth/
H A Ddeleted.files63 phpoauthlib/src/OAuth/Common/Http/Client/AbstractClient.php
64 phpoauthlib/src/OAuth/Common/Http/Client/ClientInterface.php
65 phpoauthlib/src/OAuth/Common/Http/Client/CurlClient.php
66 phpoauthlib/src/OAuth/Common/Http/Client/StreamClient.php
67 phpoauthlib/src/OAuth/Common/Http/Exception/TokenResponseException.php
68 phpoauthlib/src/OAuth/Common/Http/Uri/Uri.php
69 phpoauthlib/src/OAuth/Common/Http/Uri/UriFactory.php
70 phpoauthlib/src/OAuth/Common/Http/Uri/UriFactoryInterface.php
71 phpoauthlib/src/OAuth/Common/Http/Uri/UriInterface.php
147 phpoauthlib/tests/Unit/Common/Http/Clien
[all...]
/plugin/oauthauthsch/
H A DGeneric.php6 use OAuth\Common\Http\Uri\Uri;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php18 use Psr\Http\Message\StreamInterface;
28 * Http scheme.
30 * @var string Http scheme
H A DHttp.php15 * Elastica Http Transport object.
19 class Http extends AbstractTransport class
22 * Http scheme.
24 * @var string Http scheme
H A DHttps.php6 * Elastica Http Transport object.
10 class Https extends Http
H A DAwsAuthV4.php14 use Psr\Http\Message\RequestInterface;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DLimitStreamTest.php2 namespace GuzzleHttp\Tests\Http;
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md77 * Fixed `Http` PHPDoc adding `\CurlHandle` type for Curl connection by @franmomu [#2086](https://github.com/ruflin/Elastica/pull/2086)
798 - Optimize memory usage for Http Adapter [#1161](https://github.com/ruflin/Elastica/pull/1161)
990 - Support the http.compression in the Http transport adapter [#515](https://github.com/ruflin/Elastica/issues/515)
1055 - Guzzle Http dependency updated to 5.3.*
1290 - Added Guzzle transport as an alternative to the default Http transport [#618](https://github.com/ruflin/Elastica/issues/618/)
1401 - Add JSON_UNESCAPED_UNICODE and JSON_UNESCAPED_SLASHES options in Elastica/Transport/Http, Elastica/Bulk/Action [#559](https://github.com/ruflin/Elastica/issues/559/)
/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;
H A DStreamClient.php3 namespace OAuth\Common\Http\Client;
5 use OAuth\Common\Http\Exception\TokenResponseException;
6 use OAuth\Common\Http\Uri\UriInterface;
H A DAbstractClient.php3 namespace OAuth\Common\Http\Client;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Exception/
H A DTokenResponseException.php3 namespace OAuth\Common\Http\Exception;
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php9 use OAuth\Common\Http\Exception\TokenResponseException;
10 use OAuth\Common\Http\Client\ClientInterface;
11 use OAuth\Common\Http\Uri\UriInterface;
H A DEveOnline.php11 use OAuth\Common\Http\Client\ClientInterface;
12 use OAuth\Common\Http\Exception\TokenResponseException;
13 use OAuth\Common\Http\Uri\Uri;
14 use OAuth\Common\Http\Uri\UriInterface;
/plugin/evesso/phpoauthlib/
H A DREADME.md38 …u desire, just create a class utilizing it which implements `OAuth\Common\Http\ClientInterface` (t…
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUri.php3 namespace OAuth\Common\Http\Uri;
H A DUriFactory.php3 namespace OAuth\Common\Http\Uri;

123456789