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 3aa2a770b8 Merge branch '4.4' into 5.0
* 4.4: (28 commits)
  bug #34554 [HttpClient] Fix early cleanup of pushed HTTP/2 responses (lyrixx)
  Fix tests
  [Console] Fix commands description with numeric namespaces
  [HttpFoundation] Fixed typo
  [DI] Skip unknown method calls for factories in check types pass
  [EventDispatcher] Better error reporting when arguments to dispatch() are swapped
  improve upgrade instructions for twig.exception_controller configuration
  [HttpFoundation] Update CHANGELOG for PdoSessionHandler BC BREAK in 4.4
  [Serializer] CsvEncoder::NO_HEADERS_KEY ignored when used in constructor
  [Form] Keep preferred_choices order for choice groups
  [Debug] work around failing chdir() on Darwin
  [PhpUnitBridge] Read configuration CLI directive
  [DI] Missing test on YamlFileLoader
  Revert "minor #34608 [Process] add tests for php executable finder if file does not exist (ahmedash95)"
  Simpler example for Apache basic auth workaround
  [Console] Fix trying to access array offset on value of type int
  [Config] Remove extra sprintf arg
  [HttpKernel] fix typo
  [HttpKernel] Support typehint to deprecated FlattenException in controller
  Add preview mode support for Html and Serializer error renderers
  ...
2019-11-28 15:20:16 +01:00
..
Chunk [HttpClient] Retry safe requests when then fail before the body arrives 2019-11-04 16:10:28 +01:00
DataCollector Merge branch '4.4' into 5.0 2019-11-27 00:25:11 +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 [HttpClient] resolve promise chains on HttplugClient::wait() 2019-10-12 10:50:39 +02:00
Response bug #34554 [HttpClient] Fix early cleanup of pushed HTTP/2 responses (lyrixx) 2019-11-28 15:09:27 +01:00
Tests Merge branch '4.3' into 4.4 2019-11-28 15:12:27 +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 bug #34554 [HttpClient] Fix early cleanup of pushed HTTP/2 responses (lyrixx) 2019-11-28 15:09:27 +01:00
CurlHttpClient.php bug #34554 [HttpClient] Fix early cleanup of pushed HTTP/2 responses (lyrixx) 2019-11-28 15:09:27 +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 Merge branch '4.4' 2019-10-25 15:46:39 +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 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