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\Promise\PromiseInterface;
8 use GuzzleHttp\Psr7;
9 use GuzzleHttp\TransferStats;
10 use GuzzleHttp\Utils;
71 return \GuzzleHttp\Promise\rejection_for($e);
106 $headers = \GuzzleHttp\headers_from_lines($hdrs);
123 return \GuzzleHttp\Promise\rejection_for($ex);
161 $normalizedKeys = \GuzzleHttp\normalize_header_keys($headers);
416 || !\GuzzleHttp\is_host_in_noproxy(
440 $options['ssl']['cafile'] = \GuzzleHttp\default_ca_bundle();
507 $value = \GuzzleHttp\debug_resource($value);