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
Alexander M. Turek f49ca6f9cc Merge branch '5.2' into 5.x
* 5.2:
  improve exception message if symfony/security-csrf is missing
  fix: MockResponse total_time should not be simulated when provided
2021-03-01 01:41:04 +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 [HttpClient] Add HttpClientInterface::withOptions() 2021-02-25 17:38:04 +01:00
Response Merge branch '4.4' into 5.2 2021-03-01 01:40:14 +01:00
Retry Parameterize list of retryed Http methods 2020-10-19 17:04:49 +02:00
Tests Merge branch '5.2' into 5.x 2021-03-01 01:41:04 +01: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 HttpClientInterface::withOptions() 2021-02-25 17:38:04 +01:00
CachingHttpClient.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
CHANGELOG.md [HttpClient] Add HttpClientInterface::withOptions() 2021-02-25 17:38:04 +01:00
composer.json [HttpClient] Add HttpClientInterface::withOptions() 2021-02-25 17:38:04 +01:00
CurlHttpClient.php [HttpClient] Add HttpClientInterface::withOptions() 2021-02-25 17:38:04 +01:00
EventSourceHttpClient.php [HttpClient] Add HttpClientInterface::withOptions() 2021-02-25 17:38:04 +01:00
HttpClient.php Merge branch '4.4' into 5.1 2020-09-02 18:23:27 +02:00
HttpClientTrait.php [HttpClient] Add HttpClientInterface::withOptions() 2021-02-25 17:38:04 +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 [HttpClient] Add HttpClientInterface::withOptions() 2021-02-25 17:38:04 +01:00
NativeHttpClient.php Merge branch '5.1' into 5.2 2020-11-28 14:34:12 +01:00
NoPrivateNetworkHttpClient.php [HttpClient] Add HttpClientInterface::withOptions() 2021-02-25 17:38:04 +01: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 Remove experimental notice from components 2019-07-11 11:03:49 +02:00
RetryableHttpClient.php Fix Request with DNS issue not retried 2021-02-03 14:01:01 +01:00
ScopingHttpClient.php [HttpClient] Add HttpClientInterface::withOptions() 2021-02-25 17:38:04 +01:00
TraceableHttpClient.php [HttpClient] Add HttpClientInterface::withOptions() 2021-02-25 17:38:04 +01:00

HttpClient component

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

Resources