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-03-28 10:31:46 +01:00
..
Chunk [HttpClient] Remove unused local variable 2019-03-28 10:31:46 +01:00
Exception feature #30559 [HttpClient] Parse common API error formats for better exception messages (dunglas) 2019-03-24 18:15:37 +01:00
Response [HttpClient] Fix missing use statement 2019-03-26 01:54:03 +01:00
Tests feature #30559 [HttpClient] Parse common API error formats for better exception messages (dunglas) 2019-03-24 18:15:37 +01:00
CachingHttpClient.php fixed CS 2019-03-23 16:10:57 +01:00
CHANGELOG.md [HttpClient] introduce the component 2019-03-07 17:16:39 +01:00
composer.json [HttpClient] added CachingHttpClient 2019-03-22 16:52:17 +01:00
CurlHttpClient.php [HttpClient] changes minimal php version to use curl push function 2019-03-18 16:11:55 +01:00
HttpClient.php [HttpClient] introduce the component 2019-03-07 17:16:39 +01:00
HttpClientTrait.php [HttpClient] added CachingHttpClient 2019-03-22 16:52:17 +01:00
HttpOptions.php [HttpClient] added CachingHttpClient 2019-03-22 16:52:17 +01:00
LICENSE [HttpClient] introduce the component 2019-03-07 17:16:39 +01:00
MockHttpClient.php [HttpClient] add MockHttpClient 2019-03-19 19:38:55 +01:00
NativeHttpClient.php [FrameworkBundle] Add integration of http-client component 2019-03-17 17:08:17 +01:00
phpunit.xml.dist [HttpClient] introduce the component 2019-03-07 17:16:39 +01:00
Psr18Client.php [HttpClient] Add Psr18Client - aka a PSR-18 adapter 2019-03-07 17:16:39 +01:00
README.md Merge branch '4.2' 2019-03-12 19:57:21 +01:00
ScopingHttpClient.php [HttpClient] Add a ScopingHttpClient 2019-03-23 10:56:47 +01: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