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 80cd480254 Merge branch '4.3' into 4.4
* 4.3:
  [Debug] fix ClassNotFoundFatalErrorHandler
  [Routing] Fix using a custom matcher & generator dumper class
  [Dotenv] Fixed infinite loop with missing quote followed by quoted value
  [HttpClient] Added missing sprintf
  [TwigBridge] button_widget now has its title attr translated even if its label = null or false
  [PhpUnitBridge] When using phpenv + phpenv-composer plugin, composer executable is wrapped into a bash script
  [Messenger] Added check if json_encode succeeded
  [Security] Prevent canceled remember-me cookie from being accepted
  [FrameworkBundle][TranslationUpdateCommand] Do not output positive feedback on stderr
  [Security\Guard] Fix missing typehints
2020-01-08 18:29: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 early cleanup of pushed HTTP/2 responses 2019-11-25 13:42:17 +01:00
DependencyInjection Drop useless executable bit 2019-11-16 08:59:35 -10:00
Exception removed @experimental annotations 2019-06-29 18:43:50 +02:00
Internal Merge branch '4.3' into 4.4 2019-12-28 16:00:14 +01:00
Response Merge branch '4.3' into 4.4 2020-01-08 18:29:02 +01:00
Tests [HttpClient] fix support for non-blocking resource streams 2020-01-04 14:51:57 +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 [HttpClient] remove conflict rule with HttpKernel that prevents using the component in Symfony 3.4 2019-11-29 17:55:58 +01:00
CurlHttpClient.php Merge branch '4.3' into 4.4 2020-01-06 13:57:54 +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] fix exception in case of PSR17 discovery failure 2020-01-07 13:55:38 +01:00
HttpOptions.php [HttpClient] allow arbitrary JSON values in requests 2019-11-07 13:44:51 +01:00
LICENSE Update year in license files 2020-01-01 12:51:43 +01:00
MockHttpClient.php fixed CS 2019-06-13 13:03:18 +02:00
NativeHttpClient.php Merge branch '4.3' into 4.4 2020-01-06 13:57:54 +01:00
phpunit.xml.dist
Psr18Client.php [HttpClient] fix exception in case of PSR17 discovery failure 2020-01-07 13:55:38 +01:00
README.md Remove experimental notice from components 2019-07-11 11:03:49 +02:00
ScopingHttpClient.php bug #34554 [HttpClient] Fix early cleanup of pushed HTTP/2 responses (lyrixx) 2019-11-28 15:09:27 +01:00
TraceableHttpClient.php [HttpClient] Fix early cleanup of pushed HTTP/2 responses 2019-11-25 13:42:17 +01:00

HttpClient component

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

Resources