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 2044ba8e97 Merge branch '4.3' into 4.4
* 4.3:
  [Intl] Update the ICU data to 65.1 (4.3 branch)
  Replace deprecated calls in tests
  [Intl] Update the ICU data to 65.1
  Delete 5_Security_issue.md
  [DI] Whitelist validator.auto_mapper in UnusedTagsPass
  [HttpClient] Fixed #33832 NO_PROXY option ignored in NativeHttpClient::request() method
  [Cache] give 100ms before starting the expiration countdown
  [Cache] fix logger usage in CacheTrait::doGet()
  [VarDumper] fix dumping uninitialized SplFileInfo
  Added missing translations.
  Fixed invalid changelog 4.0.0 for VarDumper
  Fixed invalid VarDumper upgrade doc.
  [HttpFoundation] Check if data passed to SessionBagProxy::initialize is an array
  Don't let falsey usernames slip through
2019-10-04 23:43:27 +02:00
..
Chunk [HttpClient] fix support for 103 Early Hints and other informational status codes 2019-09-03 23:21:26 +02: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] improve handling of HTTP/2 PUSH 2019-09-03 17:44:22 +02:00
Response Merge branch '4.3' into 4.4 2019-09-27 00:09:58 +02:00
Tests Add types to constructors and private/final/internal methods (Batch II) 2019-10-03 13:24:03 +02:00
.gitattributes Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +02:00
.gitignore [HttpClient] Add .gitignore file 2019-09-16 14:30:38 +02:00
CachingHttpClient.php [HttpClient] Allow enabling buffering conditionally with a Closure 2019-09-01 16:50:09 +02:00
CHANGELOG.md [HttpClient] Allow enabling buffering conditionally with a Closure 2019-09-01 16:50:09 +02:00
composer.json Allow version 2 of the contracts package. 2019-09-08 12:38:38 +02:00
CurlHttpClient.php Merge branch '4.3' into 4.4 2019-09-27 00:09:58 +02:00
HttpClient.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
HttpClientTrait.php Merge branch '4.3' into 4.4 2019-09-17 13:12:18 +02:00
HttplugClient.php [HttpClient] rewind streams created from strings 2019-07-23 21:13:48 +02:00
HttpOptions.php removed @experimental annotations 2019-06-29 18:43:50 +02: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.3' into 4.4 2019-10-04 23:43:27 +02:00
phpunit.xml.dist [HttpClient] introduce the component 2019-03-07 17:16:39 +01:00
Psr18Client.php Merge branch '4.3' into 4.4 2019-07-24 16:49:41 +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