This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/HttpClient
2019-05-30 11:47:28 +02:00
..
Chunk [HttpClient] Remove unused local variable 2019-03-28 10:31:46 +01:00
Exception [HttpClient] display proper error message on TransportException when curl is used 2019-05-23 08:55:10 +02:00
Internal Document the state object that is passed around by the HttpClient. 2019-04-10 13:03:42 +02:00
Response [HttpClient] Minor fix in an error message 2019-05-30 11:47:28 +02:00
Tests [HttpClient] fix handling exceptions thrown before first mock chunk 2019-05-24 16:45:54 +02:00
CachingHttpClient.php [HttpClient] Add tests - update code style nits. 2019-04-09 11:46:29 +02:00
CHANGELOG.md [HttpClient] introduce the component 2019-03-07 17:16:39 +01:00
composer.json Reference individual contracts packages 2019-05-27 10:16:38 +02:00
CurlHttpClient.php [HttpClient] Only use CURLMOPT_MAX_HOST_CONNECTIONS & CURL_VERSION_HTTP2 if defined 2019-05-22 06:50:01 +02:00
HttpClient.php [HttpClient] log requests, responses and pushes when they happen 2019-04-05 13:59:27 +02:00
HttpClientTrait.php [HttpClient] Allow arrays as query parameters 2019-05-21 18:51:43 +02:00
HttpOptions.php [HttpClient] Add tests - update code style nits. 2019-04-09 11:46:29 +02:00
LICENSE [HttpClient] introduce the component 2019-03-07 17:16:39 +01:00
MockHttpClient.php [HttpClient] Add tests - update code style nits. 2019-04-09 11:46:29 +02:00
NativeHttpClient.php [HttpClient] make $response->getInfo('debug') return extended logs about the HTTP transaction 2019-05-28 10:25:44 +02:00
phpunit.xml.dist [HttpClient] introduce the component 2019-03-07 17:16:39 +01:00
Psr18Client.php [HttpClient] use "nyholm/psr7" by default in Psr18Client 2019-03-28 17:41:24 +01:00
README.md Merge branch '4.2' 2019-03-12 19:57:21 +01:00
ScopingHttpClient.php [HttpClient] add missing argument check 2019-05-19 11:37:13 -03:00

HttpClient component

The HttpClient component provides powerful methods to fetch HTTP resources synchronously or asynchronously.

This Component is experimental. Experimental features are not covered by Symfony's Backward Compatibility Promise.

Resources