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
Nicolas Grekas 8aaa8c5fc6 Merge branch '4.3' into 4.4
* 4.3:
  [DI] Dont cache classes with missing parents
  [HttpClient] Fix a crash when calling CurlHttpClient::__destruct()
  [Validator] Add the missing translations for the Hebrew (\"he\") locale and fix 2 typos
  [FrameworkBundle][Translation] Invalidate cached catalogues when the scanned directories change
2019-11-08 09:33:02 +01:00
..
Chunk [HttpClient] Retry safe requests when then fail before the body arrives 2019-11-04 16:10:28 +01:00
DataCollector [HttpClient] fix undefined index access 2019-09-24 20:17:30 +02:00
DependencyInjection [HttpClient] Added TraceableHttpClient and WebProfiler panel 2019-08-23 19:16:53 +02:00
Exception removed @experimental annotations 2019-06-29 18:43:50 +02:00
Internal [HttpClient] resolve promise chains on HttplugClient::wait() 2019-10-12 10:50:39 +02:00
Response [HttpClient] fix support for NTLM auth 2019-11-06 14:41:42 +01:00
Tests Merge branch '4.3' into 4.4 2019-10-30 13:55:29 +01:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore [HttpClient] Add .gitignore file 2019-09-16 14:30:38 +02:00
CachingHttpClient.php Merge branch '4.3' into 4.4 2019-10-07 14:37:47 +02:00
CHANGELOG.md [HttpClient] allow arbitrary JSON values in requests 2019-11-07 13:44:51 +01:00
composer.json Unallow symfony/http-kernel ^5.0 2019-11-07 18:22:59 +01:00
CurlHttpClient.php Merge branch '4.3' into 4.4 2019-11-08 09:33:02 +01:00
HttpClient.php [HttpClient] add HttpClient::createForBaseUri() 2019-10-13 19:52:56 +02:00
HttpClientTrait.php [HttpClient] allow arbitrary JSON values in requests 2019-11-07 13:44:51 +01:00
HttplugClient.php [HttpClient] try using php-http/discovery when nyholm/psr7 is not installed 2019-10-14 12:53:45 +02:00
HttpOptions.php [HttpClient] allow arbitrary JSON values in requests 2019-11-07 13:44:51 +01:00
LICENSE [HttpClient] introduce the component 2019-03-07 17:16:39 +01:00
MockHttpClient.php fixed CS 2019-06-13 13:03:18 +02:00
NativeHttpClient.php [HttpClient] allow option "buffer" to be a stream resource 2019-10-21 18:05:25 +02:00
phpunit.xml.dist [HttpClient] introduce the component 2019-03-07 17:16:39 +01:00
Psr18Client.php [HttpClient] try using php-http/discovery when nyholm/psr7 is not installed 2019-10-14 12:53:45 +02:00
README.md Remove experimental notice from components 2019-07-11 11:03:49 +02:00
ScopingHttpClient.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
TraceableHttpClient.php [HttpClient] Added TraceableHttpClient and WebProfiler panel 2019-08-23 19:16:53 +02:00

HttpClient component

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

Resources