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
2020-07-04 11:37:14 +02:00
..
Chunk [HttpClient] Retry safe requests when then fail before the body arrives 2019-11-04 16:10:28 +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 removed @experimental annotations 2019-06-29 18:43:50 +02:00
Internal [HttpClient] Support for cURL handler objects. 2020-06-24 10:43:17 +02:00
Response [HttpClient] Fix promise behavior in HttplugClient 2020-07-04 11:37:14 +02:00
Tests [HttpClient] Fix promise behavior in HttplugClient 2020-07-04 11:37:14 +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
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 Use ">=" for the "php" requirement 2020-05-20 10:37:50 +02:00
CurlHttpClient.php [HttpClient][CurlHttpClient] Fix http_version option usage 2020-07-03 13:44:40 +02:00
HttpClient.php [HttpClient] Fix typo 2020-03-14 19:54:59 +01:00
HttpClientTrait.php Tweak the code to avoid fabbot false positives 2020-04-12 18:14:02 +02:00
HttplugClient.php [HttpClient] Fix promise behavior in HttplugClient 2020-07-04 11:37:14 +02:00
HttpOptions.php [HttpClient] allow arbitrary JSON values in requests 2019-11-07 13:44:51 +01:00
LICENSE Update year in license files 2020-01-01 12:51:43 +01:00
MockHttpClient.php Fix more quotes in exception messages 2020-03-16 17:13:17 +01:00
NativeHttpClient.php Fix more quotes in exception messages 2020-03-16 17:13:17 +01:00
phpunit.xml.dist
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