Lines Matching refs:GuzzleHttp
2 namespace GuzzleHttp\Handler;
4 use GuzzleHttp\Exception\ConnectException;
5 use GuzzleHttp\Exception\RequestException;
6 use GuzzleHttp\Promise\FulfilledPromise;
7 use GuzzleHttp\Psr7;
8 use GuzzleHttp\Psr7\LazyOpenStream;
9 use GuzzleHttp\TransferStats;
171 return \GuzzleHttp\Promise\rejection_for(
203 return \GuzzleHttp\Promise\rejection_for($error);
382 $sink = \GuzzleHttp\Psr7\stream_for($sink);
434 !\GuzzleHttp\is_host_in_noproxy($host, $options['proxy']['no'])
494 $conf[CURLOPT_STDERR] = \GuzzleHttp\debug_resource($options['debug']);