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
2021-02-06 09:54:26 +01:00
..
Chunk Dont allow unserializing classes with a destructor - 4.4 2021-01-12 10:42:12 +01:00
DataCollector [HttpClient] fix HttpClientDataCollector when handling canceled responses 2020-02-11 11:10:58 +01:00
DependencyInjection Drop useless executable bit 2019-11-16 08:59:35 -10:00
Exception [HttpClient] Fix Array to string conversion notice when parsing JSON error body with non-scalar detail property 2020-09-09 11:17:34 +02:00
Internal [HttpClient] fix reading the body after a ClientException 2020-10-12 18:35:20 +02:00
Response Dont allow unserializing classes with a destructor - 4.4 2021-01-12 10:42:12 +01:00
Tests Use createMock() and use import instead of FQCN 2021-01-27 10:09:26 +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
CachingHttpClient.php Fix quotes in exception messages 2020-03-16 12:24:17 +01:00
CHANGELOG.md [HttpClient] allow arbitrary JSON values in requests 2019-11-07 13:44:51 +01:00
composer.json Fix "provide" declarations 2021-02-06 09:54:26 +01:00
CurlHttpClient.php Add check for constant in Curl client 2021-01-19 12:01:54 +02:00
HttpClient.php Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
HttpClientTrait.php [HttpClient] throw clearer error when no scheme is provided 2020-12-05 07:03:08 +01:00
HttplugClient.php Dont allow unserializing classes with a destructor - 4.4 2021-01-12 10:42:12 +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 Fix CS 2020-08-30 09:21:38 +02:00
NativeHttpClient.php [HttpClient] fix binding to network interfaces 2020-11-28 14:23:02 +01:00
phpunit.xml.dist [HttpClient] introduce the component 2019-03-07 17:16:39 +01:00
Psr18Client.php [HttpClient] fix exception in case of PSR17 discovery failure 2020-01-07 13:55:38 +01: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