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 c3b4e81c23 Merge branch '4.4' into 5.2
* 4.4:
  [HttpKernel] Minor fixes and tweaks in the Symfony Welcome Page
  Revert "minor #40768 [HttpClient] [PHPDoc] Fix 2 remaining return mixed (fancyweb)"
2021-04-12 10:50:37 +02:00
..
Chunk Merge branch '5.1' into 5.2 2021-01-12 15:28:55 +01:00
DataCollector [HttpClient] Fix decorating progress info in AsyncResponse 2020-10-21 15:24:25 +02:00
DependencyInjection Add Stopwatch on TraceableClient 2020-10-23 12:06:36 +02:00
Exception Merge branch '5.1' 2020-09-10 14:33:14 +02:00
Internal Merge branch '5.1' into 5.2 2020-11-28 14:45:20 +01:00
Response Merge branch '4.4' into 5.2 2021-04-12 10:50:37 +02:00
Retry Parameterize list of retryed Http methods 2020-10-19 17:04:49 +02:00
Tests Merge branch '4.4' into 5.2 2021-03-28 11:42:18 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore [HttpClient] Add .gitignore file 2019-09-16 14:30:38 +02:00
AmpHttpClient.php [HttpClient] fix binding to network interfaces 2020-11-28 14:32:28 +01:00
AsyncDecoratorTrait.php [HttpClient] add AsyncDecoratorTrait to ease processing responses without breaking async 2020-06-08 00:07:07 +02:00
CachingHttpClient.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
CHANGELOG.md [HttpClient] added extra.trace_content option to TraceableHttpClient to prevent it from keeping the content in memory 2020-10-15 14:02:47 +02:00
composer.json Fix "provide" declarations 2021-02-06 09:54:26 +01:00
CurlHttpClient.php Merge branch '5.1' into 5.2 2021-01-19 22:00:40 +01:00
EventSourceHttpClient.php [HttpClient] never trace content of event-stream responses 2020-10-22 15:42:02 +02:00
HttpClient.php Merge branch '4.4' into 5.2 2021-04-04 14:43:53 +02:00
HttpClientTrait.php Merge branch '4.4' into 5.1 2020-12-05 11:32:07 +01:00
HttplugClient.php Merge branch '4.4' into 5.1 2021-01-12 15:25:50 +01:00
HttpOptions.php [HttpClient] allow arbitrary JSON values in requests 2019-11-07 13:44:51 +01:00
LICENSE Bump license year 2021-01-01 10:24:35 +01:00
MockHttpClient.php Merge branch '4.4' into 5.1 2020-08-30 09:26:18 +02:00
NativeHttpClient.php Merge branch '5.1' into 5.2 2020-11-28 14:34:12 +01:00
NoPrivateNetworkHttpClient.php Small update in our internal terminology 2020-06-18 20:43:12 +02:00
phpunit.xml.dist
Psr18Client.php [HttpClient] add StreamableInterface to ease turning responses into PHP streams 2020-06-28 17:56:16 +02:00
README.md
RetryableHttpClient.php [CS] [5.2] Replace easy occurrences of ?: with ?? 2021-04-07 18:27:53 +02:00
ScopingHttpClient.php Add LoggerAwareInterface to ScopingHttpClient and TraceableHttpClient 2020-01-09 09:41:13 +02:00
TraceableHttpClient.php Add Stopwatch on TraceableClient 2020-10-23 12:06:36 +02:00

HttpClient component

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

Resources