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 854de3cc2e Merge branch '5.1' into 5.2
* 5.1:
  Use createMock() and use import instead of FQCN
2021-01-27 11:15:41 +01: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 '5.1' into 5.2 2021-01-12 15:28:55 +01:00
Retry Parameterize list of retryed Http methods 2020-10-19 17:04:49 +02:00
Tests Merge branch '5.1' into 5.2 2021-01-27 11:15:41 +01:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
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 Merge branch '5.1' into 5.2 2021-01-14 16:42:36 +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.1 2020-09-02 18:23:27 +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
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 Fix content swallowed by AsyncClient initializer 2020-12-10 14:39:06 +01: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