Searched refs:HttpClientCache (Results 1 – 6 of 6) sorted by relevance
24 use Google\Auth\HttpHandler\HttpClientCache; alias165 if (!($client = HttpClientCache::getHttpClient())) {167 HttpClientCache::setHttpClient($client);276 if (!($client = HttpClientCache::getHttpClient())) {278 HttpClientCache::setHttpClient($client);
20 use Google\Auth\HttpHandler\HttpClientCache; alias
26 use Google\Auth\HttpHandler\HttpClientCache; alias
22 use Google\Auth\HttpHandler\HttpClientCache; alias541 $httpHandler = HttpHandlerFactory::build(HttpClientCache::getHttpClient());
22 use Google\Auth\HttpHandler\HttpClientCache; alias316 ?: HttpHandlerFactory::build(HttpClientCache::getHttpClient());471 $httpHandler = HttpHandlerFactory::build(HttpClientCache::getHttpClient());504 ?: HttpHandlerFactory::build(HttpClientCache::getHttpClient());
25 class HttpClientCache class